Download either-1.1.0.jar file - Jar e

Jar examples for e:either

Description

A tiny library that offers the Either type in Java.

You can download jar file either 1.1.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add either-1.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

either-1.1.0-javadoc.jar
either-1.1.0-sources.jar
either-1.1.0.jar
either-1.1.0.pom



Related Tutorials