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