is not current version
Last Version 1.0.3

com.github.roneetshaw:arithmetic-app 1.0.2

A simple arthimetic library in Maven central

GroupId

GroupId

com.github.roneetshaw
ArtifactId

ArtifactId

arithmetic-app
Version

Version

1.0.2
Type

Type

pom

Download arithmetic-app 1.0.2

Filename Size
arithmetic-app-1.0.2.pom 16 KB
Browse

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