<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> <version>3.3</version> </dependency>
implementation 'org.apache.commons:commons-math3:3.3'
implementation("org.apache.commons:commons-math3:3.3")
libraryDependencies += "org.apache.commons" % "commons-math3" % "3.3"
@Grapes( @Grab(group='org.apache.commons', module='commons-math3', version='3.3') )
<dependency org="org.apache.commons" name="commons-math3" rev="3.3" />
[org.apache.commons/commons-math3 "3.3"]
'org.apache.commons:commons-math3:jar:3.3'
<parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> <version>34</version> </parent>
test
|-- junit:junit:4.11