|
| 1 | +[versions] |
| 2 | +kotlin = "1.8.20" |
| 3 | +kotlinCoroutines="1.6.4" |
| 4 | +ktor="2.2.4" |
| 5 | +kotlinHtml="0.8.0" |
| 6 | +kotlinSerialization="1.5.0" |
| 7 | +ignite="2.13.0" |
| 8 | + |
| 9 | +[libraries] |
| 10 | +kotlin-stdlib-common = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-common", version.ref = "kotlin" } |
| 11 | +kotlin-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinSerialization" } |
| 12 | +kotlin-serialization-yaml = { group = "com.charleskorn.kaml", name = "kaml", version = "0.40.0" } |
| 13 | +kotlin-logging = { group = "io.github.microutils", name = "kotlin-logging", version = "3.0.5" } |
| 14 | +kotlin-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version = "0.3.5" } |
| 15 | +kotlin-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version = "0.4.0" } |
| 16 | + |
| 17 | +kotlin-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinCoroutines" } |
| 18 | +kotlin-coroutines-swing = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-swing", version.ref = "kotlinCoroutines" } |
| 19 | +kotlin-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinCoroutines" } |
| 20 | + |
| 21 | +ktor-server-auth = { group = "io.ktor", name = "ktor-server-auth", version.ref = "ktor" } |
| 22 | +ktor-server-auth-jwt = { group = "io.ktor", name = "ktor-server-auth-jwt", version.ref = "ktor" } |
| 23 | +ktor-server-core = { group = "io.ktor", name = "ktor-server-core", version.ref = "ktor" } |
| 24 | +ktor-server-cors = { group = "io.ktor", name = "ktor-server-cors", version.ref = "ktor" } |
| 25 | +ktor-server-forwarded-header = { group = "io.ktor", name = "ktor-server-forwarded-header", version.ref = "ktor" } |
| 26 | +ktor-server-content-negotiation = { group = "io.ktor", name = "ktor-server-content-negotiation", version.ref = "ktor" } |
| 27 | +ktor-server-html-builder = { group = "io.ktor", name = "ktor-server-html-builder", version.ref = "ktor" } |
| 28 | +ktor-server-netty = { group = "io.ktor", name = "ktor-server-netty", version.ref = "ktor" } |
| 29 | +ktor-server-sessions = { group = "io.ktor", name = "ktor-server-sessions", version.ref = "ktor" } |
| 30 | +ktor-server-status-pages = { group = "io.ktor", name = "ktor-server-status-pages", version.ref = "ktor" } |
| 31 | +ktor-server-test-host = { group = "io.ktor", name = "ktor-server-test-host", version.ref = "ktor" } |
| 32 | +ktor-server-websockets = { group = "io.ktor", name = "ktor-server-websockets", version.ref = "ktor" } |
| 33 | + |
| 34 | +ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" } |
| 35 | +ktor-client-content-negotiation = { group = "io.ktor", name = "ktor-client-content-negotiation", version.ref = "ktor" } |
| 36 | +ktor-client-cio = { group = "io.ktor", name = "ktor-client-cio", version.ref = "ktor" } |
| 37 | +ktor-client-websockets = { group = "io.ktor", name = "ktor-client-websockets", version.ref = "ktor" } |
| 38 | +ktor-client-js = { group = "io.ktor", name = "ktor-client-js", version.ref = "ktor" } |
| 39 | +ktor-client-auth = { group = "io.ktor", name = "ktor-client-auth", version.ref = "ktor" } |
| 40 | + |
| 41 | +ktor-serialization-json = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" } |
| 42 | + |
| 43 | +keycloak-authz-client = { group = "org.keycloak", name = "keycloak-authz-client", version = "18.0.1" } |
| 44 | +guava = { group = "com.google.guava", name = "guava", version = "31.1-jre" } |
| 45 | +modelix-incremental = { group = "org.modelix", name = "incremental", version = "0.1.4" } |
| 46 | +kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.12.0" } |
| 47 | +vavr = { group = "io.vavr", name = "vavr", version = "0.10.3" } |
| 48 | +apache-commons-lang = { group = "org.apache.commons", name = "commons-lang3", version = "3.11" } |
| 49 | +apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.7" } |
| 50 | +apache-commons-collections = { group = "org.apache.commons", name = "commons-collections4", version = "4.4" } |
| 51 | +trove4j = { group = "net.sf.trove4j", name = "trove4j", version = "3.0.3" } |
| 52 | + |
| 53 | +ignite-core = { group = "org.apache.ignite", name = "ignite-core", version.ref = "ignite" } |
| 54 | +ignite-spring = { group = "org.apache.ignite", name = "ignite-spring", version.ref = "ignite" } |
| 55 | +ignite-indexing = { group = "org.apache.ignite", name = "ignite-indexing", version.ref = "ignite" } |
| 56 | + |
| 57 | +[bundles] |
| 58 | +ignite = ["ignite-core", "ignite-spring", "ignite-indexing"] |
| 59 | + |
| 60 | +[plugins] |
| 61 | +kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } |
| 62 | +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } |
| 63 | +kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } |
| 64 | +gitVersion = { id = "com.palantir.git-version", version = "0.13.0" } |
| 65 | +ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "10.3.0" } |
| 66 | +spotless = { id = "com.diffplug.spotless", version = "5.0.0" } |
| 67 | +tasktree = { id = "com.dorongold.task-tree", version = "2.1.0" } |
| 68 | +modelix-mps-buildtools = { id = "org.modelix.mps.build-tools", version = "1.0.11" } |
0 commit comments