Ferry
A bunch of iterators that can help you to traverse data structures.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.harium |
| Идентификатор | Идентификаторferry |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеFerry
A collection of Java iterators to traverse data structures
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
A bunch of iterators that can help you to traverse data structures.