Last Version

Arithmetic Library for Tutorial 1.0.7

This is a sample library for a tutorial about publishing to Maven Central

License

License

GroupId

GroupId

io.github.rhames07
ArtifactId

ArtifactId

arithmetic
Version

Version

1.0.7
Type

Type

jar
Description

Description

Arithmetic Library for Tutorial
This is a sample library for a tutorial about publishing to Maven Central
Project URL

Project URL

http://github.com/rhames07/arithmetic
Source Code Management

Source Code Management

http://github.com/rhames07/arithmetic/tree/main

Download arithmetic 1.0.7


<!-- https://jarcasting.com/artifacts/io.github.rhames07/arithmetic/ -->
<dependency>
    <groupId>io.github.rhames07</groupId>
    <artifactId>arithmetic</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rhames07/arithmetic/
implementation 'io.github.rhames07:arithmetic:1.0.7'
// https://jarcasting.com/artifacts/io.github.rhames07/arithmetic/
implementation ("io.github.rhames07:arithmetic:1.0.7")
'io.github.rhames07:arithmetic:jar:1.0.7'
<dependency org="io.github.rhames07" name="arithmetic" rev="1.0.7">
  <artifact name="arithmetic" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rhames07', module='arithmetic', version='1.0.7')
)
libraryDependencies += "io.github.rhames07" % "arithmetic" % "1.0.7"
[io.github.rhames07/arithmetic "1.0.7"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.