не последняя версия
Последняя версия 0.9.5

com.atomicleopard:expressive 0.9.4

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.

Группа

Группа

com.atomicleopard
Идентификатор

Идентификатор

expressive
Версия

Версия

0.9.4
Тип

Тип

jar

Скачать expressive 0.9.4


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