e

expressive

Expressive is designed to allow coders to write more expressive code, focusing on what they want to do with collections of objects, rather than the mechanics of the manipulation of the Java Collections API.
http://www.atomicleopard.com
GNU Lesser General Public License (LGPL), Version 3.0
Atomic Leopard
Nicholas Okunew
Files download
File Operation
expressive-0.9.2.jar download
expressive-0.9.2.pom download
expressive-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.atomicleopard</groupId>
  <artifactId>expressive</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.atomicleopard:expressive:0.9.2'
Gradle Kotlin
implementation("com.atomicleopard:expressive:0.9.2")
Scala SBT
libraryDependencies += "com.atomicleopard" % "expressive" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.atomicleopard', module='expressive', version='0.9.2')
)
Apache Ivy
<dependency org="com.atomicleopard" name="expressive" rev="0.9.2" />
Leiningen
[com.atomicleopard/expressive "0.9.2"]
Apache Buildr
'com.atomicleopard:expressive:jar:0.9.2'