Last Version

Arithmetic Library for Tutorial 1.0.0

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

License

License

GroupId

GroupId

com.github.evelizg
ArtifactId

ArtifactId

arithmetic
Version

Version

1.0.0
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/evelizg/arithmetic
Source Code Management

Source Code Management

http://github.com/evelizg/arithmetic/tree/master

Download arithmetic 1.0.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.