| Группа | Группаio.github.pcmind |
|---|---|
| Идентификатор | Идентификаторleveldb-project |
| Версия | Версия1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| leveldb-project-1.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.pcmind/leveldb-project/ -->
<dependency>
<groupId>io.github.pcmind</groupId>
<artifactId>leveldb-project</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb-project/
implementation 'io.github.pcmind:leveldb-project:1.0'
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb-project/
implementation ("io.github.pcmind:leveldb-project:1.0")
'io.github.pcmind:leveldb-project:pom:1.0'
<dependency org="io.github.pcmind" name="leveldb-project" rev="1.0">
<artifact name="leveldb-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pcmind', module='leveldb-project', version='1.0')
)
libraryDependencies += "io.github.pcmind" % "leveldb-project" % "1.0"
[io.github.pcmind/leveldb-project "1.0"]