Download utils-assertor-1.1.1.jar file - Jar u

Jar examples for u:utils-assertor

Description

Assertion utilities (to easily assert arguments and throw specific exceptions)

You can download jar file utils-assertor 1.1.1 in this page.

Build File

You can use the following script to add utils-assertor-1.1.1.jar to your project.

<dependency>
   <groupId>fr.landel.utils</groupId>
   <artifactId>utils-assertor</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'fr.landel.utils', name: 'utils-assertor', version: '1.1.1'
libraryDependencies += "fr.landel.utils" % "utils-assertor" % "1.1.1"
<dependency org="fr.landel.utils" name="utils-assertor" rev="1.1.1"/>
@Grapes(@Grab(group='fr.landel.utils', module='utils-assertor', version='1.1.1'))
'fr.landel.utils:utils-assertor:jar:1.1.1'

Download

Click the following link to download the jar file.

utils-assertor-1.1.1-javadoc.jar
utils-assertor-1.1.1-sources.jar
utils-assertor-1.1.1.jar
utils-assertor-1.1.1.pom



Related Tutorials