| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.pyknic |
| Идентификатор | Идентификаторmap-stream |
| Последняя версия | Последняя версия2.3.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMapStream
A wrapper class for creating Key-Value Streams using the standard
Java 8 API.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| map-stream-2.3.1.pom | |
| map-stream-2.3.1.jar | 19 KB |
| map-stream-2.3.1-sources.jar | 20 KB |
| map-stream-2.3.1-javadoc.jar | 77 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.pyknic/map-stream/ -->
<dependency>
<groupId>com.github.pyknic</groupId>
<artifactId>map-stream</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pyknic/map-stream/
implementation 'com.github.pyknic:map-stream:2.3.1'
// https://jarcasting.com/artifacts/com.github.pyknic/map-stream/
implementation ("com.github.pyknic:map-stream:2.3.1")
'com.github.pyknic:map-stream:jar:2.3.1'
<dependency org="com.github.pyknic" name="map-stream" rev="2.3.1">
<artifact name="map-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pyknic', module='map-stream', version='2.3.1')
)
libraryDependencies += "com.github.pyknic" % "map-stream" % "2.3.1"
[com.github.pyknic/map-stream "2.3.1"]