is not current version
Last Version 0.9.5

com.atomicleopard:expressive 0.9.3

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.

GroupId

GroupId

com.atomicleopard
ArtifactId

ArtifactId

expressive
Version

Version

0.9.3
Type

Type

jar

Download expressive 0.9.3


<!-- https://jarcasting.com/artifacts/com.atomicleopard/expressive/ -->
<dependency>
    <groupId>com.atomicleopard</groupId>
    <artifactId>expressive</artifactId>
    <version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.atomicleopard/expressive/
implementation 'com.atomicleopard:expressive:0.9.3'
// https://jarcasting.com/artifacts/com.atomicleopard/expressive/
implementation ("com.atomicleopard:expressive:0.9.3")
'com.atomicleopard:expressive:jar:0.9.3'
<dependency org="com.atomicleopard" name="expressive" rev="0.9.3">
  <artifact name="expressive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atomicleopard', module='expressive', version='0.9.3')
)
libraryDependencies += "com.atomicleopard" % "expressive" % "0.9.3"
[com.atomicleopard/expressive "0.9.3"]