| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.kevoree.mwg.plugins |
| Идентификатор | Идентификаторleveldb |
| Версия | Версия11 |
| Тип | Типjar |
| Описание |
Описаниеmwg :: Plugins :: LevelDB
Many-World Graph Database
|
| Имя Файла | Размер |
|---|---|
| leveldb-11.pom | |
| leveldb-11.jar | 5 KB |
| leveldb-11-sources.jar | 4 KB |
| leveldb-11-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/leveldb/ -->
<dependency>
<groupId>org.kevoree.mwg.plugins</groupId>
<artifactId>leveldb</artifactId>
<version>11</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/leveldb/
implementation 'org.kevoree.mwg.plugins:leveldb:11'
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/leveldb/
implementation ("org.kevoree.mwg.plugins:leveldb:11")
'org.kevoree.mwg.plugins:leveldb:jar:11'
<dependency org="org.kevoree.mwg.plugins" name="leveldb" rev="11">
<artifact name="leveldb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.mwg.plugins', module='leveldb', version='11')
)
libraryDependencies += "org.kevoree.mwg.plugins" % "leveldb" % "11"
[org.kevoree.mwg.plugins/leveldb "11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.kevoree.mwg : core | jar | 11 |
| org.fusesource.leveldbjni : leveldbjni-all | jar | 1.8 |
| org.iq80.leveldb : leveldb | jar | 0.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |