15 lines
603 B
TOML
15 lines
603 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"
|
|
guava = "33.4.5-jre"
|
|
junit-jupiter-engine = "5.12.1"
|
|
|
|
[libraries]
|
|
commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" }
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
|
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit-jupiter-engine" }
|
|
|
|
[plugins]
|
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.1.20" }
|