| GroupId | GroupIdio.github.mitchelltech5 |
|---|---|
| ArtifactId | ArtifactIdJMathArray |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjmatharray
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| JMathArray-1.0.pom | |
| JMathArray-1.0.jar | 49 KB |
| JMathArray-1.0-sources.jar | 49 KB |
| JMathArray-1.0-javadoc.jar | 162 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mitchelltech5/JMathArray/ -->
<dependency>
<groupId>io.github.mitchelltech5</groupId>
<artifactId>JMathArray</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mitchelltech5/JMathArray/
implementation 'io.github.mitchelltech5:JMathArray:1.0'
// https://jarcasting.com/artifacts/io.github.mitchelltech5/JMathArray/
implementation ("io.github.mitchelltech5:JMathArray:1.0")
'io.github.mitchelltech5:JMathArray:jar:1.0'
<dependency org="io.github.mitchelltech5" name="JMathArray" rev="1.0">
<artifact name="JMathArray" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mitchelltech5', module='JMathArray', version='1.0')
)
libraryDependencies += "io.github.mitchelltech5" % "JMathArray" % "1.0"
[io.github.mitchelltech5/JMathArray "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| gov.nist.math : jama | jar | 1.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |