Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.clockworkcode |
ArtifactId | ArtifactIdmath |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
math-1.0.5.pom | |
math-1.0.5.jar | 23 KB |
math-1.0.5-sources.jar | 11 KB |
math-1.0.5-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.clockworkcode/math/ -->
<dependency>
<groupId>net.clockworkcode</groupId>
<artifactId>math</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.clockworkcode/math/
implementation 'net.clockworkcode:math:1.0.5'
// https://jarcasting.com/artifacts/net.clockworkcode/math/
implementation ("net.clockworkcode:math:1.0.5")
'net.clockworkcode:math:jar:1.0.5'
<dependency org="net.clockworkcode" name="math" rev="1.0.5">
<artifact name="math" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.clockworkcode', module='math', version='1.0.5')
)
libraryDependencies += "net.clockworkcode" % "math" % "1.0.5"
[net.clockworkcode/math "1.0.5"]