License |
License |
---|---|
Categories |
CategoriesStreamEx General Purpose Libraries Functional Programming |
GroupId | GroupIdio.github.amaembo |
ArtifactId | ArtifactIdstreamex |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStreamEx
Enhancing Java 8 Streams
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
streamex-0.4.1.pom | |
streamex-0.4.1.jar | 216 KB |
streamex-0.4.1-sources.jar | 119 KB |
streamex-0.4.1-javadoc.jar | 264 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.amaembo/streamex/ -->
<dependency>
<groupId>io.github.amaembo</groupId>
<artifactId>streamex</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.amaembo/streamex/
implementation 'io.github.amaembo:streamex:0.4.1'
// https://jarcasting.com/artifacts/io.github.amaembo/streamex/
implementation ("io.github.amaembo:streamex:0.4.1")
'io.github.amaembo:streamex:jar:0.4.1'
<dependency org="io.github.amaembo" name="streamex" rev="0.4.1">
<artifact name="streamex" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.amaembo', module='streamex', version='0.4.1')
)
libraryDependencies += "io.github.amaembo" % "streamex" % "0.4.1"
[io.github.amaembo/streamex "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |