License |
License |
---|---|
GroupId | GroupIdde.unkrig.commons |
ArtifactId | ArtifactIdcommons-math |
Last Version | Last Version1.2.16 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-math
de.unkrig.commons - A general-purpose Java class library
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-math-1.2.16.pom | |
commons-math-1.2.16.jar | 7 KB |
commons-math-1.2.16-sources.jar | 4 KB |
commons-math-1.2.16-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.16</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig.commons/commons-math/
implementation 'de.unkrig.commons:commons-math:1.2.16'
// https://jarcasting.com/artifacts/de.unkrig.commons/commons-math/
implementation ("de.unkrig.commons:commons-math:1.2.16")
'de.unkrig.commons:commons-math:jar:1.2.16'
<dependency org="de.unkrig.commons" name="commons-math" rev="1.2.16">
<artifact name="commons-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig.commons', module='commons-math', version='1.2.16')
)
libraryDependencies += "de.unkrig.commons" % "commons-math" % "1.2.16"
[de.unkrig.commons/commons-math "1.2.16"]
Group / Artifact | Type | Version |
---|---|---|
de.unkrig.commons : commons-nullanalysis | jar | 1.2.16 |
de.unkrig.commons : commons-lang | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |