Download preconditions-0.3.2.jar file - Jar p

Jar examples for p:preconditions

Description

A simple but complete set of precondition checks for Java.

You can download jar file preconditions 0.3.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add preconditions-0.3.2.jar to your project.

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

Download

Click the following link to download the jar file.

preconditions-0.3.2-javadoc.jar
preconditions-0.3.2-sources.jar
preconditions-0.3.2.jar
preconditions-0.3.2.pom



Related Tutorials