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