зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
m
Этот коммит содержится в:
родитель
e9b9b2668a
Коммит
875ce285ac
2
db/sql/postgres/tools/misc-static-analysis.txt
Обычный файл
2
db/sql/postgres/tools/misc-static-analysis.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
2024
|
||||
https://habr.com/ru/articles/800121/
|
||||
10
db/sql/postgres/tools/monitor/pg-index-health-java.txt
Обычный файл
10
db/sql/postgres/tools/monitor/pg-index-health-java.txt
Обычный файл
@ -0,0 +1,10 @@
|
||||
https://github.com/mfvanek/pg-index-health
|
||||
|
||||
https://github.com/mfvanek/pg-index-health/blob/master/gradle/libs.versions.toml
|
||||
https://github.com/mfvanek/pg-index-health/blob/master/pg-index-health-model/src/main/java/io/github/mfvanek/pg/model/settings/ImportantParam.java
|
||||
|
||||
2024
|
||||
https://habr.com/ru/articles/871546/
|
||||
2020
|
||||
https://habr.com/ru/articles/490824/
|
||||
https://habr.com/ru/companies/tensor/articles/488104/
|
||||
@ -1,9 +1,12 @@
|
||||
https://docs.gradle.org/current/userguide/version_catalogs.html
|
||||
|
||||
https://docs.gradle.org/current/userguide/platforms.html#sub:type-unsafe-access-to-catalog
|
||||
https://docs.gradle.org/current/userguide/java_platform_plugin.html
|
||||
|
||||
https://docs.gradle.org/current/javadoc/org/gradle/api/artifacts/VersionCatalog.html
|
||||
|
||||
samples
|
||||
|
||||
https://github.com/lovekty/ktpractice/blob/master/gradle/libs.versions.toml
|
||||
...
|
||||
! check ones at structuring/large.txt
|
||||
@ -23,3 +26,13 @@ https://proandroiddev.com/gradle-version-catalogs-for-an-awesome-dependency-mana
|
||||
! no kt-script, just a groovy-based
|
||||
2021
|
||||
https://melix.github.io/blog/2021/03/version-catalogs.html
|
||||
|
||||
|
||||
private val versionCatalog = extensions.getByType<VersionCatalogsExtension>().named("libs")
|
||||
|
||||
dependencies {
|
||||
versionCatalog.findLibrary("jsr305").ifPresent {
|
||||
implementation(it)
|
||||
}
|
||||
...
|
||||
}
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user