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