j

jin-collections

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.
http://jin-collection.dev.java.net
Lorenzo Bolzani
Files download
File Operation
jin-collections-0.6.1.jar download
jin-collections-0.6.1.pom download
jin-collections-0.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>jintention</groupId>
  <artifactId>jin-collections</artifactId>
  <version>0.6.1</version>
</dependency>
Gradle Groovy
implementation 'jintention:jin-collections:0.6.1'
Gradle Kotlin
implementation("jintention:jin-collections:0.6.1")
Scala SBT
libraryDependencies += "jintention" % "jin-collections" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='jintention', module='jin-collections', version='0.6.1')
)
Apache Ivy
<dependency org="jintention" name="jin-collections" rev="0.6.1" />
Leiningen
[jintention/jin-collections "0.6.1"]
Apache Buildr
'jintention:jin-collections:jar:0.6.1'