| License |
License |
|---|---|
| GroupId | GroupIdcom.github.pyknic |
| ArtifactId | ArtifactIdmap-stream |
| Last Version | Last Version2.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMapStream
A wrapper class for creating Key-Value Streams using the standard
Java 8 API.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]