| License |
License |
|---|---|
| GroupId | GroupIdcom.github.pinkalshah |
| ArtifactId | ArtifactIdarithmetic |
| Version | Version2.0 |
| Type | Typejar |
| Description |
Descriptionarithmetic
Arithmetic Operation with MIT
|
| Filename | Size |
|---|---|
| arithmetic-2.0.pom | |
| arithmetic-2.0.jar | 2 KB |
| arithmetic-2.0-sources.jar | 2 KB |
| arithmetic-2.0-javadoc.jar | 106 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pinkalshah/arithmetic/ -->
<dependency>
<groupId>com.github.pinkalshah</groupId>
<artifactId>arithmetic</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pinkalshah/arithmetic/
implementation 'com.github.pinkalshah:arithmetic:2.0'
// https://jarcasting.com/artifacts/com.github.pinkalshah/arithmetic/
implementation ("com.github.pinkalshah:arithmetic:2.0")
'com.github.pinkalshah:arithmetic:jar:2.0'
<dependency org="com.github.pinkalshah" name="arithmetic" rev="2.0">
<artifact name="arithmetic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pinkalshah', module='arithmetic', version='2.0')
)
libraryDependencies += "com.github.pinkalshah" % "arithmetic" % "2.0"
[com.github.pinkalshah/arithmetic "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |