Download control-0.8.10.jar file - Jar c

Jar examples for c:control

Description

A collection of functional utilities around error handling, wrapping a successfully returned value or error

You can download jar file control 0.8.10 in this page.

License

MIT License

Build File

You can use the following script to add control-0.8.10.jar to your project.

<dependency>
   <groupId>co.unruly</groupId>
   <artifactId>control</artifactId>
   <version>0.8.10</version>
</dependency>
compile group: 'co.unruly', name: 'control', version: '0.8.10'
libraryDependencies += "co.unruly" % "control" % "0.8.10"
<dependency org="co.unruly" name="control" rev="0.8.10"/>
@Grapes(@Grab(group='co.unruly', module='control', version='0.8.10'))
'co.unruly:control:jar:0.8.10'

Download

Click the following link to download the jar file.

control-0.8.10-javadoc.jar
control-0.8.10-sources.jar
control-0.8.10.jar
control-0.8.10.pom



Related Tutorials