Files download
File Operation
arithmetic-2.0.jar download
arithmetic-2.0.pom download
arithmetic-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pinkalshah</groupId>
  <artifactId>arithmetic</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.pinkalshah:arithmetic:2.0'
Gradle Kotlin
implementation("com.github.pinkalshah:arithmetic:2.0")
Scala SBT
libraryDependencies += "com.github.pinkalshah" % "arithmetic" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pinkalshah', module='arithmetic', version='2.0')
)
Apache Ivy
<dependency org="com.github.pinkalshah" name="arithmetic" rev="2.0" />
Leiningen
[com.github.pinkalshah/arithmetic "2.0"]
Apache Buildr
'com.github.pinkalshah:arithmetic:jar:2.0'
Dependencies