Download unchecked-1.2.3.jar file - Jar u

Jar examples for u:unchecked

Description

Java without checking for checked exceptions

You can download jar file unchecked 1.2.3 in this page.

License

The BSD 2-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

unchecked-1.2.3-javadoc.jar
unchecked-1.2.3-sources.jar
unchecked-1.2.3.jar
unchecked-1.2.3.pom



Related Tutorials