Download jin-collections-0.8.1.jar file - Jar j

Jar examples for j:jin-collections

Description

jin collections is a tool libraries that help working with standard Java Collections utility in a "Code by Intenction" way. It is directly inspired from Smalltalk collections utility.

You can download jar file jin-collections 0.8.1 in this page.

Build File

You can use the following script to add jin-collections-0.8.1.jar to your project.

<dependency>
   <groupId>net.java.dev.jintention</groupId>
   <artifactId>jin-collections</artifactId>
   <version>0.8.1</version>
</dependency>
compile group: 'net.java.dev.jintention', name: 'jin-collections', version: '0.8.1'
libraryDependencies += "net.java.dev.jintention" % "jin-collections" % "0.8.1"
<dependency org="net.java.dev.jintention" name="jin-collections" rev="0.8.1"/>
@Grapes(@Grab(group='net.java.dev.jintention', module='jin-collections', version='0.8.1'))
'net.java.dev.jintention:jin-collections:jar:0.8.1'

Download

Click the following link to download the jar file.

jin-collections-0.8.1-sources.jar
jin-collections-0.8.1.jar
jin-collections-0.8.1.pom



Related Tutorials