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