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