GroupId | GroupIdfun.fengwk.commons |
---|---|
ArtifactId | ArtifactIdcommons-iterators |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-iterators-0.0.1.pom | |
commons-iterators-0.0.1.jar | 26 KB |
commons-iterators-0.0.1-sources.jar | 17 KB |
commons-iterators-0.0.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.fengwk.commons/commons-iterators/ -->
<dependency>
<groupId>fun.fengwk.commons</groupId>
<artifactId>commons-iterators</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-iterators/
implementation 'fun.fengwk.commons:commons-iterators:0.0.1'
// https://jarcasting.com/artifacts/fun.fengwk.commons/commons-iterators/
implementation ("fun.fengwk.commons:commons-iterators:0.0.1")
'fun.fengwk.commons:commons-iterators:jar:0.0.1'
<dependency org="fun.fengwk.commons" name="commons-iterators" rev="0.0.1">
<artifact name="commons-iterators" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.commons', module='commons-iterators', version='0.0.1')
)
libraryDependencies += "fun.fengwk.commons" % "commons-iterators" % "0.0.1"
[fun.fengwk.commons/commons-iterators "0.0.1"]