GroupId | GroupIdorg.libj |
---|---|
ArtifactId | ArtifactIdmath |
Version | Version0.6.4 |
Type | Typejar |
Filename | Size |
---|---|
math-0.6.4.pom | |
math-0.6.4.jar | 14 KB |
math-0.6.4-tests.jar | 5 KB |
math-0.6.4-sources.jar | 15 KB |
math-0.6.4-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.libj/math/ -->
<dependency>
<groupId>org.libj</groupId>
<artifactId>math</artifactId>
<version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.libj/math/
implementation 'org.libj:math:0.6.4'
// https://jarcasting.com/artifacts/org.libj/math/
implementation ("org.libj:math:0.6.4")
'org.libj:math:jar:0.6.4'
<dependency org="org.libj" name="math" rev="0.6.4">
<artifact name="math" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libj', module='math', version='0.6.4')
)
libraryDependencies += "org.libj" % "math" % "0.6.4"
[org.libj/math "0.6.4"]