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