| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.github.nikita-volkov.java |
| ArtifactId | ArtifactIditerators |
| Version | Version1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| iterators-1.pom | |
| iterators-1.jar | 20 KB |
| iterators-1-sources.jar | 10 KB |
| iterators-1-javadoc.jar | 106 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</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterators/
implementation 'com.github.nikita-volkov.java:iterators:1'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterators/
implementation ("com.github.nikita-volkov.java:iterators:1")
'com.github.nikita-volkov.java:iterators:jar:1'
<dependency org="com.github.nikita-volkov.java" name="iterators" rev="1">
<artifact name="iterators" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.java', module='iterators', version='1')
)
libraryDependencies += "com.github.nikita-volkov.java" % "iterators" % "1"
[com.github.nikita-volkov.java/iterators "1"]