| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.code-story |
| ArtifactId | ArtifactIdfluent |
| Last Version | Last Version1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCodeStory - Fluent Stream/Iterable
Streams and Iterables on Steroids
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| fluent-1.4.pom | |
| fluent-1.4.jar | 14 KB |
| fluent-1.4-sources.jar | 3 KB |
| fluent-1.4-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.code-story/fluent/ -->
<dependency>
<groupId>net.code-story</groupId>
<artifactId>fluent</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.code-story/fluent/
implementation 'net.code-story:fluent:1.4'
// https://jarcasting.com/artifacts/net.code-story/fluent/
implementation ("net.code-story:fluent:1.4")
'net.code-story:fluent:jar:1.4'
<dependency org="net.code-story" name="fluent" rev="1.4">
<artifact name="fluent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.code-story', module='fluent', version='1.4')
)
libraryDependencies += "net.code-story" % "fluent" % "1.4"
[net.code-story/fluent "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12-beta-2 |
| org.assertj : assertj-core | jar | 1.7.0 |