| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.nwillc |
| Идентификатор | Идентификаторalmost-functional |
| Версия | Версия1.8 |
| Тип | Типjar |
| Описание |
Описаниеalmost functional
Almost Functional is very low impact functional classes inspired by guava, jdk 1.8 and various others.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| almost-functional-1.8.pom | |
| almost-functional-1.8.jar | 29 KB |
| almost-functional-1.8-sources.jar | 26 KB |
| almost-functional-1.8-javadoc.jar | 82 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nwillc/almost-functional/ -->
<dependency>
<groupId>com.github.nwillc</groupId>
<artifactId>almost-functional</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwillc/almost-functional/
implementation 'com.github.nwillc:almost-functional:1.8'
// https://jarcasting.com/artifacts/com.github.nwillc/almost-functional/
implementation ("com.github.nwillc:almost-functional:1.8")
'com.github.nwillc:almost-functional:jar:1.8'
<dependency org="com.github.nwillc" name="almost-functional" rev="1.8">
<artifact name="almost-functional" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwillc', module='almost-functional', version='1.8')
)
libraryDependencies += "com.github.nwillc" % "almost-functional" % "1.8"
[com.github.nwillc/almost-functional "1.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 1.7.1 |
| com.github.nwillc : contracts | jar | 1.6.7 |