Download jnr-constants-0.8.2.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.8.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials