Download primitive-1.0.jar file - Jar p

Jar examples for p:primitive

Description

Utility methods for primitive types

You can download jar file primitive 1.0 in this page.

License

GNU General Public License, version 2, with the Classpath Exception

Build File

You can use the following script to add primitive-1.0.jar to your project.

<dependency>
   <groupId>net.mintern</groupId>
   <artifactId>primitive</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'net.mintern', name: 'primitive', version: '1.0'
libraryDependencies += "net.mintern" % "primitive" % "1.0"
<dependency org="net.mintern" name="primitive" rev="1.0"/>
@Grapes(@Grab(group='net.mintern', module='primitive', version='1.0'))
'net.mintern:primitive:jar:1.0'

Download

Click the following link to download the jar file.

primitive-1.0-javadoc.jar
primitive-1.0-sources.jar
primitive-1.0.jar
primitive-1.0.pom



Related Tutorials