Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.nikita-volkov.java |
ArtifactId | ArtifactIditerators |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
iterators-0.1.pom | |
iterators-0.1.jar | 15 KB |
iterators-0.1-sources.jar | 3 KB |
iterators-0.1-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterators/ -->
<dependency>
<groupId>com.github.nikita-volkov.java</groupId>
<artifactId>iterators</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterators/
implementation 'com.github.nikita-volkov.java:iterators:0.1'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/iterators/
implementation ("com.github.nikita-volkov.java:iterators:0.1")
'com.github.nikita-volkov.java:iterators:jar:0.1'
<dependency org="com.github.nikita-volkov.java" name="iterators" rev="0.1">
<artifact name="iterators" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.java', module='iterators', version='0.1')
)
libraryDependencies += "com.github.nikita-volkov.java" % "iterators" % "0.1"
[com.github.nikita-volkov.java/iterators "0.1"]