1# This file was generated by the Gradle 'init' task. 2# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format 3 4[versions] 5commons-math3 = "3.6.1" 6guava = "32.1.3-jre" 7junit = "4.13.2" 8 9[libraries] 10commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" } 11guava = { module = "com.google.guava:guava", version.ref = "guava" } 12junit = { module = "junit:junit", version.ref = "junit" } 13