Download primitives-0.2.0.jar file - Jar p

Jar examples for p:primitives

Description

This module contains convenience functions to interface with primitive datatypes more comfortably.

You can download jar file primitives 0.2.0 in this page.

License

The GNU Affero General Public License, Version 3

Build File

You can use the following script to add primitives-0.2.0.jar to your project.

<dependency>
   <groupId>br.com.objectos</groupId>
   <artifactId>primitives</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'br.com.objectos', name: 'primitives', version: '0.2.0'
libraryDependencies += "br.com.objectos" % "primitives" % "0.2.0"
<dependency org="br.com.objectos" name="primitives" rev="0.2.0"/>
@Grapes(@Grab(group='br.com.objectos', module='primitives', version='0.2.0'))
'br.com.objectos:primitives:jar:0.2.0'

Download

Click the following link to download the jar file.

primitives-0.2.0-javadoc.jar
primitives-0.2.0-sources.jar
primitives-0.2.0.jar
primitives-0.2.0.pom



Related Tutorials