License |
License |
---|---|
Categories |
CategoriesSpeedment Data Databases |
GroupId | GroupIdcom.speedment.fika |
ArtifactId | ArtifactIdmapstream |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFika - MapStream
An extension of the Java 8 Stream API to make it possible to stream over
key-value pairs more easily.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mapstream-2.3.2.pom | |
mapstream-2.3.2.jar | 17 KB |
mapstream-2.3.2-sources.jar | 18 KB |
mapstream-2.3.2-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.speedment.fika/mapstream/ -->
<dependency>
<groupId>com.speedment.fika</groupId>
<artifactId>mapstream</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.fika/mapstream/
implementation 'com.speedment.fika:mapstream:2.3.2'
// https://jarcasting.com/artifacts/com.speedment.fika/mapstream/
implementation ("com.speedment.fika:mapstream:2.3.2")
'com.speedment.fika:mapstream:jar:2.3.2'
<dependency org="com.speedment.fika" name="mapstream" rev="2.3.2">
<artifact name="mapstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment.fika', module='mapstream', version='2.3.2')
)
libraryDependencies += "com.speedment.fika" % "mapstream" % "2.3.2"
[com.speedment.fika/mapstream "2.3.2"]