Download try-1.0.0.jar file - Jar t

Jar examples for t:try

Description

Implementation of the Scala's Try-Success-Failure's API for Java 8

You can download jar file try 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add try-1.0.0.jar to your project.

<dependency>
   <groupId>com.talanlabs</groupId>
   <artifactId>try</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.talanlabs', name: 'try', version: '1.0.0'
libraryDependencies += "com.talanlabs" % "try" % "1.0.0"
<dependency org="com.talanlabs" name="try" rev="1.0.0"/>
@Grapes(@Grab(group='com.talanlabs', module='try', version='1.0.0'))
'com.talanlabs:try:jar:1.0.0'

Download

Click the following link to download the jar file.

try-1.0.0-javadoc.jar
try-1.0.0-sources.jar
try-1.0.0.jar
try-1.0.0.pom



Related Tutorials