| GroupId | GroupIdio.rala |
|---|---|
| ArtifactId | ArtifactIdmath |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| math-1.0.0.pom | |
| math-1.0.0-sources.jar | 76 KB |
| math-1.0.0-javadoc.jar | 977 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.rala/math/ -->
<dependency>
<groupId>io.rala</groupId>
<artifactId>math</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rala/math/
implementation 'io.rala:math:1.0.0'
// https://jarcasting.com/artifacts/io.rala/math/
implementation ("io.rala:math:1.0.0")
'io.rala:math:jar:1.0.0'
<dependency org="io.rala" name="math" rev="1.0.0">
<artifact name="math" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rala', module='math', version='1.0.0')
)
libraryDependencies += "io.rala" % "math" % "1.0.0"
[io.rala/math "1.0.0"]