Download roast-unchecked-3.2.jar file - Jar r

Jar examples for r:roast-unchecked

Description

Java without checking for checked exceptions

You can download jar file roast-unchecked 3.2 in this page.

License

BSD-2-Clause

Build File

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

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

Download

Click the following link to download the jar file.

roast-unchecked-3.2-javadoc.jar
roast-unchecked-3.2-sources.jar
roast-unchecked-3.2.jar
roast-unchecked-3.2.pom



Related Tutorials