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