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