| License |
License |
|---|---|
| GroupId | GroupIdde.renebergelt |
| ArtifactId | ArtifactIdquiterables |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionQuIterables
Queriable iterables for java - QuIterables provides a wrapper for java Iterables in order to query them with a functional approach
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| quiterables-1.1.0.pom | |
| quiterables-1.1.0.jar | 74 KB |
| quiterables-1.1.0-sources.jar | 71 KB |
| quiterables-1.1.0-javadoc.jar | 350 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.renebergelt/quiterables/ -->
<dependency>
<groupId>de.renebergelt</groupId>
<artifactId>quiterables</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.renebergelt/quiterables/
implementation 'de.renebergelt:quiterables:1.1.0'
// https://jarcasting.com/artifacts/de.renebergelt/quiterables/
implementation ("de.renebergelt:quiterables:1.1.0")
'de.renebergelt:quiterables:jar:1.1.0'
<dependency org="de.renebergelt" name="quiterables" rev="1.1.0">
<artifact name="quiterables" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.renebergelt', module='quiterables', version='1.1.0')
)
libraryDependencies += "de.renebergelt" % "quiterables" % "1.1.0"
[de.renebergelt/quiterables "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |