Download composites-0.1.2.jar file - Jar c

Jar examples for c:composites

Description

A lightweight library of multi-arity anonymous product- and sum-types for Java

You can download jar file composites 0.1.2 in this page.

License

MIT/X11

Build File

You can use the following script to add composites-0.1.2.jar to your project.

<dependency>
   <groupId>com.github.nikita-volkov.java</groupId>
   <artifactId>composites</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'com.github.nikita-volkov.java', name: 'composites', version: '0.1.2'
libraryDependencies += "com.github.nikita-volkov.java" % "composites" % "0.1.2"
<dependency org="com.github.nikita-volkov.java" name="composites" rev="0.1.2"/>
@Grapes(@Grab(group='com.github.nikita-volkov.java', module='composites', version='0.1.2'))
'com.github.nikita-volkov.java:composites:jar:0.1.2'

Download

Click the following link to download the jar file.

composites-0.1.2-javadoc.jar
composites-0.1.2-sources.jar
composites-0.1.2.jar
composites-0.1.2.pom



Related Tutorials