Download cons-1.1.0.jar file - Jar c

Jar examples for c:cons

Description

A tiny library that offers persistent/immutable, singly-linked lists.

You can download jar file cons 1.1.0 in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

cons-1.1.0-javadoc.jar
cons-1.1.0-sources.jar
cons-1.1.0.jar
cons-1.1.0.pom



Related Tutorials