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