| Лицензия |
Лицензия
MIT/X11
|
|---|---|
| Категории |
КатегорииJava Языки программирования |
| Группа | Группаcom.github.nikita-volkov.java |
| Идентификатор | Идентификаторreducer |
| Версия | Версия0.3 |
| Тип | Типjar |
| Описание |
ОписаниеReducer
Composable reducer for Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| reducer-0.3.pom | |
| reducer-0.3.jar | 29 KB |
| reducer-0.3-sources.jar | 13 KB |
| reducer-0.3-javadoc.jar | 145 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov.java/reducer/ -->
<dependency>
<groupId>com.github.nikita-volkov.java</groupId>
<artifactId>reducer</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/reducer/
implementation 'com.github.nikita-volkov.java:reducer:0.3'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/reducer/
implementation ("com.github.nikita-volkov.java:reducer:0.3")
'com.github.nikita-volkov.java:reducer:jar:0.3'
<dependency org="com.github.nikita-volkov.java" name="reducer" rev="0.3">
<artifact name="reducer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.java', module='reducer', version='0.3')
)
libraryDependencies += "com.github.nikita-volkov.java" % "reducer" % "0.3"
[com.github.nikita-volkov.java/reducer "0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.nikita-volkov.java : iterables | jar | 0.1.2 |
| com.github.nikita-volkov.java : iterations | jar | 0.6.2 |
| com.github.nikita-volkov.java : composites | jar | 0.1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |