is not current version
Last Version 0.0.3-RELEASE

io.github.nicolkathe:arithmetic 0.0.2

This is a demo to publish in Central Repository

GroupId

GroupId

io.github.nicolkathe
ArtifactId

ArtifactId

arithmetic
Version

Version

0.0.2
Type

Type

jar

Download arithmetic 0.0.2


<!-- 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"]