aboutsummaryrefslogtreecommitdiffstats
path: root/gradle/libs.versions.toml
blob: 8df12638d7a99f925cee4f7b2f4205849bc020c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.2.1-jre"

[libraries]
commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" }
guava = { module = "com.google.guava:guava", version.ref = "guava" }

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.0.0" }