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