Download unchecked-1.0.jar file - Jar u

Jar examples for u:unchecked

Description

Java without checking for checked exceptions

You can download jar file unchecked 1.0 in this page.

License

The BSD 2-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

unchecked-1.0-javadoc.jar
unchecked-1.0-sources.jar
unchecked-1.0.jar
unchecked-1.0.pom



Related Tutorials