| License | License | 
|---|---|
| GroupId | GroupIdcom.github.roneetshaw | 
| ArtifactId | ArtifactIdarithmetic-app | 
| Last Version | Last Version1.0.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionArthimetic library A simple arthimetic library in Maven central | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| arithmetic-app-1.0.3.pom | 14 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.roneetshaw/arithmetic-app/ -->
<dependency>
    <groupId>com.github.roneetshaw</groupId>
    <artifactId>arithmetic-app</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.roneetshaw/arithmetic-app/
implementation 'com.github.roneetshaw:arithmetic-app:1.0.3'// https://jarcasting.com/artifacts/com.github.roneetshaw/arithmetic-app/
implementation ("com.github.roneetshaw:arithmetic-app:1.0.3")'com.github.roneetshaw:arithmetic-app:pom:1.0.3'<dependency org="com.github.roneetshaw" name="arithmetic-app" rev="1.0.3">
  <artifact name="arithmetic-app" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.roneetshaw', module='arithmetic-app', version='1.0.3')
)libraryDependencies += "com.github.roneetshaw" % "arithmetic-app" % "1.0.3"[com.github.roneetshaw/arithmetic-app "1.0.3"]