MVN

com.atomicleopard : expressive

Maven & Gradle

Sep 16, 2013
2 usages
1 stars

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.

<dependency>
    <groupId>com.atomicleopard</groupId>
    <artifactId>expressive</artifactId>
    <version>0.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.atomicleopard : expressive to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.5

All Versions

Choose a version of com.atomicleopard : expressive to add to Maven or Gradle - All Versions:

  • Version Updated
  • expressive-0.9.5

    Sep 16, 2013
  • expressive-0.9.4

    May 27, 2013
  • expressive-0.9.3

    Dec 20, 2012
  • expressive-0.9.2

    Dec 26, 2011
  • expressive-0.9

    Mar 21, 2011

How to add a dependency to Maven

Add the following com.atomicleopard : expressive maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.atomicleopard</groupId>
    <artifactId>expressive</artifactId>
    <version>0.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.atomicleopard : expressive gradle dependency to your build.gradle file:

implementation 'com.atomicleopard:expressive:0.9.5'

Gradle Kotlin DSL: Add the following com.atomicleopard : expressive gradle kotlin dependency to your build.gradle.kts file:

implementation("com.atomicleopard:expressive:0.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.atomicleopard : expressive sbt scala dependency to your build.sbt file:

libraryDependencies += "com.atomicleopard" % "expressive" % "0.9.5"