| License |
License |
|---|---|
| GroupId | GroupIdio.rala |
| ArtifactId | ArtifactIdmath |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmath.jar
This library is a collection of math classes to support calculations.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| math-1.1.1.pom | |
| math-1.1.1-sources.jar | 79 KB |
| math-1.1.1-javadoc.jar | 977 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.rala/math/ -->
<dependency>
<groupId>io.rala</groupId>
<artifactId>math</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.rala/math/
implementation 'io.rala:math:1.1.1'
// https://jarcasting.com/artifacts/io.rala/math/
implementation ("io.rala:math:1.1.1")
'io.rala:math:jar:1.1.1'
<dependency org="io.rala" name="math" rev="1.1.1">
<artifact name="math" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rala', module='math', version='1.1.1')
)
libraryDependencies += "io.rala" % "math" % "1.1.1"
[io.rala/math "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 23.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| org.assertj : assertj-core | jar | 3.22.0 |