Last Version

Arithmetic Library for Tutorial 1.0.5

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

License

License

GroupId

GroupId

us.jsy
ArtifactId

ArtifactId

arithmetic
Version

Version

1.0.5
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/sheng168/arithmetic
Source Code Management

Source Code Management

http://github.com/sheng168/arithmetic

Download arithmetic 1.0.5


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.