17 lines
676 B
TOML
17 lines
676 B
TOML
# This file was generated by the Gradle 'init' task.
|
|
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
|
|
|
|
[versions]
|
|
commons-math3 = "3.6.1"
|
|
groovy-all = "3.0.22"
|
|
guava = "33.3.1-jre"
|
|
junit = "4.13.2"
|
|
spock-core = "2.2-groovy-3.0"
|
|
|
|
[libraries]
|
|
commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" }
|
|
groovy-all = { module = "org.codehaus.groovy:groovy-all", version.ref = "groovy-all" }
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
spock-core = { module = "org.spockframework:spock-core", version.ref = "spock-core" }
|