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.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.atomicleopard |
| Идентификатор | Идентификаторexpressive |
| Последняя версия | Последняя версия0.9.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчикAtomic Leopard |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| expressive-0.9.5.pom | |
| expressive-0.9.5.jar | 32 KB |
| expressive-0.9.5-sources.jar | 35 KB |
| expressive-0.9.5-javadoc.jar | 154 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.atomicleopard/expressive/ -->
<dependency>
<groupId>com.atomicleopard</groupId>
<artifactId>expressive</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.atomicleopard/expressive/
implementation 'com.atomicleopard:expressive:0.9.5'
// https://jarcasting.com/artifacts/com.atomicleopard/expressive/
implementation ("com.atomicleopard:expressive:0.9.5")
'com.atomicleopard:expressive:jar:0.9.5'
<dependency org="com.atomicleopard" name="expressive" rev="0.9.5">
<artifact name="expressive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atomicleopard', module='expressive', version='0.9.5')
)
libraryDependencies += "com.atomicleopard" % "expressive" % "0.9.5"
[com.atomicleopard/expressive "0.9.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.1 |
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.8.5 |
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.