License |
License
MIT/X11
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.nikita-volkov.java |
ArtifactId | ArtifactIditerables |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioniterables
Composable iterables for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
iterables-0.1.3.pom | |
iterables-0.1.3.jar | 9 KB |
iterables-0.1.3-sources.jar | 4 KB |
iterables-0.1.3-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterables/ -->
<dependency>
<groupId>com.github.nikita-volkov.java</groupId>
<artifactId>iterables</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterables/
implementation 'com.github.nikita-volkov.java:iterables:0.1.3'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterables/
implementation ("com.github.nikita-volkov.java:iterables:0.1.3")
'com.github.nikita-volkov.java:iterables:jar:0.1.3'
<dependency org="com.github.nikita-volkov.java" name="iterables" rev="0.1.3">
<artifact name="iterables" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.java', module='iterables', version='0.1.3')
)
libraryDependencies += "com.github.nikita-volkov.java" % "iterables" % "0.1.3"
[com.github.nikita-volkov.java/iterables "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.nikita-volkov.java : iterators | jar | 0.1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |