License |
License
MIT/X11
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.nikita-volkov.java |
ArtifactId | ArtifactIditerators |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioniterators
Composable iterators for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
iterators-1.2.pom | |
iterators-1.2.jar | 20 KB |
iterators-1.2-sources.jar | 12 KB |
iterators-1.2-javadoc.jar | 456 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterators/ -->
<dependency>
<groupId>com.github.nikita-volkov.java</groupId>
<artifactId>iterators</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterators/
implementation 'com.github.nikita-volkov.java:iterators:1.2'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterators/
implementation ("com.github.nikita-volkov.java:iterators:1.2")
'com.github.nikita-volkov.java:iterators:jar:1.2'
<dependency org="com.github.nikita-volkov.java" name="iterators" rev="1.2">
<artifact name="iterators" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.java', module='iterators', version='1.2')
)
libraryDependencies += "com.github.nikita-volkov.java" % "iterators" % "1.2"
[com.github.nikita-volkov.java/iterators "1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |