generated from DanySK/Template-for-Kotlin-JVM-Projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibs.versions.toml
52 lines (49 loc) · 2.64 KB
/
libs.versions.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[versions]
alchemist = "36.0.11"
dokka = "2.0.0"
junit = "5.11.4"
kotlin = "2.1.0"
[libraries]
alchemist-api = { module = "it.unibo.alchemist:alchemist-api", version.ref = "alchemist" }
alchemist-engine = { module = "it.unibo.alchemist:alchemist-engine", version.ref = "alchemist" }
alchemist-euclidean-geometry = { module = "it.unibo.alchemist:alchemist-euclidean-geometry", version.ref = "alchemist" }
alchemist-implementationbase = { module = "it.unibo.alchemist:alchemist-implementationbase", version.ref = "alchemist" }
alchemist-incarnation-protelis = { module = "it.unibo.alchemist:alchemist-incarnation-protelis", version.ref = "alchemist" }
alchemist-loading = { module = "it.unibo.alchemist:alchemist-loading", version.ref = "alchemist" }
alchemist-maps = { module = "it.unibo.alchemist:alchemist-maps", version.ref = "alchemist" }
alchemist-ui-tooling = { module = "it.unibo.alchemist:alchemist-ui-tooling", version.ref = "alchemist" }
apache-commons-collections4 = "org.apache.commons:commons-collections4:4.4"
controlsfx = "org.controlsfx:controlsfx:11.2.1"
gson-extras = "org.danilopianini:gson-extras:1.3.0"
guava = "com.google.guava:guava:33.4.0-jre"
javafxSvg = "de.codecentric.centerdevice:javafxsvg:1.3.0"
jfoenix = "com.jfoenix:jfoenix:9.0.10"
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
jiconfont-javafx = "com.github.jiconfont:jiconfont-javafx:1.0.0"
jiconfont-materialDesignIcons = "com.github.jiconfont:jiconfont-google_material_design_icons:2.2.0.2"
leafletmap = "org.danilopianini:de.saring.leafletmap:1.0.5"
resourceloader = "org.danilopianini:thread-inheritable-resource-loader:0.3.7"
slf4j = "org.slf4j:slf4j-api:2.0.16"
spotbugs-annotations = "com.github.spotbugs:spotbugs-annotations:4.8.6"
tornadofx = "no.tornado:tornadofx:2.0.0-SNAPSHOT"
[bundles]
alchemist = [
"alchemist-api",
"alchemist-engine",
"alchemist-euclidean-geometry",
"alchemist-implementationbase",
"alchemist-loading",
"alchemist-maps",
"alchemist-ui-tooling",
]
jiconfont = [ "jiconfont-javafx", "jiconfont-materialDesignIcons" ]
[plugins]
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
gitSemVer = "org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin:3.1.7"
java-qa = "org.danilopianini.gradle-java-qa:1.79.0"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-qa = "org.danilopianini.gradle-kotlin-qa:0.78.0"
multiJvmTesting = "org.danilopianini.multi-jvm-test-plugin:3.0.2"
publishOnCentral = "org.danilopianini.publish-on-central:7.0.4"
taskTree = "com.dorongold.task-tree:4.0.0"