We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04bbb7 commit c4e8d99Copy full SHA for c4e8d99
build.gradle
@@ -24,9 +24,6 @@ repositories {
24
}
25
26
dependencies {
27
- // This dependency is exported to consumers, that is to say found on their compile classpath.
28
- api 'org.apache.commons:commons-math3:3.6.1'
29
-
30
// Use JUnit test framework
31
testImplementation 'junit:junit:4.13'
32
0 commit comments