Download jnr-constants-0.9.6.jar file - Jar j

Jar examples for j:jnr-constants

Description

A set of platform constants (e.g. errno values)

You can download jar file jnr-constants 0.9.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jnr-constants-0.9.6.jar to your project.

<dependency>
   <groupId>com.github.jnr</groupId>
   <artifactId>jnr-constants</artifactId>
   <version>0.9.6</version>
</dependency>
compile group: 'com.github.jnr', name: 'jnr-constants', version: '0.9.6'
libraryDependencies += "com.github.jnr" % "jnr-constants" % "0.9.6"
<dependency org="com.github.jnr" name="jnr-constants" rev="0.9.6"/>
@Grapes(@Grab(group='com.github.jnr', module='jnr-constants', version='0.9.6'))
'com.github.jnr:jnr-constants:jar:0.9.6'

Download

Click the following link to download the jar file.

jnr-constants-0.9.6-javadoc.jar
jnr-constants-0.9.6-sources.jar
jnr-constants-0.9.6.jar
jnr-constants-0.9.6.pom



Related Tutorials