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