is not current version
Last Version 1.0.3

com.github.roneetshaw:arithmetic-app 1.0.1

A simple arthimetic library in Maven central

GroupId

GroupId

com.github.roneetshaw
ArtifactId

ArtifactId

arithmetic-app
Version

Version

1.0.1
Type

Type

jar

Download arithmetic-app 1.0.1


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