GroupId | GroupIdde.unkrig.commons |
---|---|
ArtifactId | ArtifactIdcommons-math |
Version | Version1.2.11 |
Type | Typejar |
Filename | Size |
---|---|
commons-math-1.2.11.pom | |
commons-math-1.2.11.jar | 7 KB |
commons-math-1.2.11-sources.jar | 4 KB |
commons-math-1.2.11-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.unkrig.commons/commons-math/ -->
<dependency>
<groupId>de.unkrig.commons</groupId>
<artifactId>commons-math</artifactId>
<version>1.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig.commons/commons-math/
implementation 'de.unkrig.commons:commons-math:1.2.11'
// https://jarcasting.com/artifacts/de.unkrig.commons/commons-math/
implementation ("de.unkrig.commons:commons-math:1.2.11")
'de.unkrig.commons:commons-math:jar:1.2.11'
<dependency org="de.unkrig.commons" name="commons-math" rev="1.2.11">
<artifact name="commons-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig.commons', module='commons-math', version='1.2.11')
)
libraryDependencies += "de.unkrig.commons" % "commons-math" % "1.2.11"
[de.unkrig.commons/commons-math "1.2.11"]