| License |
License
MIT/X11
|
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.github.nikita-volkov.java |
| ArtifactId | ArtifactIditerations |
| Last Version | Last Version0.6.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioniterations
Composable iterations for Java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| iterations-0.6.2.pom | |
| iterations-0.6.2.jar | 22 KB |
| iterations-0.6.2-sources.jar | 10 KB |
| iterations-0.6.2-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterations/ -->
<dependency>
<groupId>com.github.nikita-volkov.java</groupId>
<artifactId>iterations</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterations/
implementation 'com.github.nikita-volkov.java:iterations:0.6.2'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterations/
implementation ("com.github.nikita-volkov.java:iterations:0.6.2")
'com.github.nikita-volkov.java:iterations:jar:0.6.2'
<dependency org="com.github.nikita-volkov.java" name="iterations" rev="0.6.2">
<artifact name="iterations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.java', module='iterations', version='0.6.2')
)
libraryDependencies += "com.github.nikita-volkov.java" % "iterations" % "0.6.2"
[com.github.nikita-volkov.java/iterations "0.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.nikita-volkov.java : iterables | jar | 0.1.1 |
| com.github.nikita-volkov.java : composites | jar | 0.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |