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