Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.markenwerk |
ArtifactId | ArtifactIdcommons-iterators |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
commons-iterators-1.1.5.pom | |
commons-iterators-1.1.5.jar | 19 KB |
commons-iterators-1.1.5-sources.jar | 28 KB |
commons-iterators-1.1.5-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.markenwerk/commons-iterators/ -->
<dependency>
<groupId>net.markenwerk</groupId>
<artifactId>commons-iterators</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.markenwerk/commons-iterators/
implementation 'net.markenwerk:commons-iterators:1.1.5'
// https://jarcasting.com/artifacts/net.markenwerk/commons-iterators/
implementation ("net.markenwerk:commons-iterators:1.1.5")
'net.markenwerk:commons-iterators:jar:1.1.5'
<dependency org="net.markenwerk" name="commons-iterators" rev="1.1.5">
<artifact name="commons-iterators" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.markenwerk', module='commons-iterators', version='1.1.5')
)
libraryDependencies += "net.markenwerk" % "commons-iterators" % "1.1.5"
[net.markenwerk/commons-iterators "1.1.5"]