more-lambdas
Some useful lambda implements for Java 8.
| Лицензия |
Лицензия
The Artistic License 2.0
|
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаcom.github.phantomthief |
| Идентификатор | Идентификаторmore-collectors |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMore Collectors
Some useful collectors implements for Java 8.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| more-collectors-1.0.1.pom | |
| more-collectors-1.0.1.jar | 8 KB |
| more-collectors-1.0.1-sources.jar | 2 KB |
| more-collectors-1.0.1-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.phantomthief/more-collectors/ -->
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>more-collectors</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phantomthief/more-collectors/
implementation 'com.github.phantomthief:more-collectors:1.0.1'
// https://jarcasting.com/artifacts/com.github.phantomthief/more-collectors/
implementation ("com.github.phantomthief:more-collectors:1.0.1")
'com.github.phantomthief:more-collectors:jar:1.0.1'
<dependency org="com.github.phantomthief" name="more-collectors" rev="1.0.1">
<artifact name="more-collectors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phantomthief', module='more-collectors', version='1.0.1')
)
libraryDependencies += "com.github.phantomthief" % "more-collectors" % "1.0.1"
[com.github.phantomthief/more-collectors "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 18.0 |
| com.carrotsearch : hppc | jar | 0.6.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
Some useful lambda implements for Java 8.