| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.criccomini |
| Идентификатор | Идентификаторezdb-treemap |
| Версия | Версия0.1.9 |
| Тип | Типjar |
| Описание |
ОписаниеEZDB TreeMap
EZDB is a simple hash/range database. Right now, it just has a LevelDB implementation.
|
| Имя Файла | Размер |
|---|---|
| ezdb-treemap-0.1.9.pom | |
| ezdb-treemap-0.1.9.jar | 8 KB |
| ezdb-treemap-0.1.9-tests.jar | 1 KB |
| ezdb-treemap-0.1.9-sources.jar | 1 KB |
| ezdb-treemap-0.1.9-javadoc.jar | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.criccomini/ezdb-treemap/ -->
<dependency>
<groupId>com.github.criccomini</groupId>
<artifactId>ezdb-treemap</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.criccomini/ezdb-treemap/
implementation 'com.github.criccomini:ezdb-treemap:0.1.9'
// https://jarcasting.com/artifacts/com.github.criccomini/ezdb-treemap/
implementation ("com.github.criccomini:ezdb-treemap:0.1.9")
'com.github.criccomini:ezdb-treemap:jar:0.1.9'
<dependency org="com.github.criccomini" name="ezdb-treemap" rev="0.1.9">
<artifact name="ezdb-treemap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.criccomini', module='ezdb-treemap', version='0.1.9')
)
libraryDependencies += "com.github.criccomini" % "ezdb-treemap" % "0.1.9"
[com.github.criccomini/ezdb-treemap "0.1.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.criccomini : ezdb-api | jar | 0.1.9 |