License |
License
jME BSD License
|
---|---|
GroupId | GroupIdorg.saintandreas |
ArtifactId | ArtifactIdmath |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSaint Andreas Math
Math classes based on the JMonkeyEngine math library
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
math-1.0.4.pom | |
math-1.0.4.jar | 39 KB |
math-1.0.4-sources.jar | 38 KB |
math-1.0.4-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.saintandreas/math/ -->
<dependency>
<groupId>org.saintandreas</groupId>
<artifactId>math</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.saintandreas/math/
implementation 'org.saintandreas:math:1.0.4'
// https://jarcasting.com/artifacts/org.saintandreas/math/
implementation ("org.saintandreas:math:1.0.4")
'org.saintandreas:math:jar:1.0.4'
<dependency org="org.saintandreas" name="math" rev="1.0.4">
<artifact name="math" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.saintandreas', module='math', version='1.0.4')
)
libraryDependencies += "org.saintandreas" % "math" % "1.0.4"
[org.saintandreas/math "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4, 5) |