Download unchecked-3.1.1.jar file - Jar u

Jar examples for u:unchecked

Description

Java without checking for checked exceptions

You can download jar file unchecked 3.1.1 in this page.

License

The BSD 2-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

unchecked-3.1.1-javadoc.jar
unchecked-3.1.1-sources.jar
unchecked-3.1.1.jar
unchecked-3.1.1.pom



Related Tutorials