Download expressive-0.9.5.jar file - Jar e

Jar examples for e:expressive

Description

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.

You can download jar file expressive 0.9.5 in this page.

License

GNU Lesser General Public License (LGPL), Version 3.0

Build File

You can use the following script to add expressive-0.9.5.jar to your project.

<dependency>
   <groupId>com.atomicleopard</groupId>
   <artifactId>expressive</artifactId>
   <version>0.9.5</version>
</dependency>
compile group: 'com.atomicleopard', name: 'expressive', version: '0.9.5'
libraryDependencies += "com.atomicleopard" % "expressive" % "0.9.5"
<dependency org="com.atomicleopard" name="expressive" rev="0.9.5"/>
@Grapes(@Grab(group='com.atomicleopard', module='expressive', version='0.9.5'))
'com.atomicleopard:expressive:jar:0.9.5'

Download

Click the following link to download the jar file.

expressive-0.9.5-javadoc.jar
expressive-0.9.5-sources.jar
expressive-0.9.5.jar
expressive-0.9.5.pom



Related Tutorials