Ferry
A bunch of iterators that can help you to traverse data structures.
License |
License |
---|---|
GroupId | GroupIdcom.harium |
ArtifactId | ArtifactIdferry |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFerry
A collection of Java iterators to traverse data structures
|
Filename | Size |
---|---|
ferry-0.0.1.pom | |
ferry-0.0.1.jar | 12 KB |
ferry-0.0.1-sources.jar | 6 KB |
ferry-0.0.1-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harium/ferry/ -->
<dependency>
<groupId>com.harium</groupId>
<artifactId>ferry</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium/ferry/
implementation 'com.harium:ferry:0.0.1'
// https://jarcasting.com/artifacts/com.harium/ferry/
implementation ("com.harium:ferry:0.0.1")
'com.harium:ferry:jar:0.0.1'
<dependency org="com.harium" name="ferry" rev="0.0.1">
<artifact name="ferry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium', module='ferry', version='0.0.1')
)
libraryDependencies += "com.harium" % "ferry" % "0.0.1"
[com.harium/ferry "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
A bunch of iterators that can help you to traverse data structures.