Arithmetic Library for Tutorial

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

License

License

GroupId

GroupId

us.jsy
ArtifactId

ArtifactId

arithmetic
Last Version

Last Version

1.0.5
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0