| GroupId | GroupIdcom.github.mistertea |
|---|---|
| ArtifactId | ArtifactIdzombiedb |
| Version | Version1.23 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zombiedb-1.23.pom | |
| zombiedb-1.23.jar | 73 KB |
| zombiedb-1.23-sources.jar | 29 KB |
| zombiedb-1.23-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mistertea/zombiedb/ -->
<dependency>
<groupId>com.github.mistertea</groupId>
<artifactId>zombiedb</artifactId>
<version>1.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mistertea/zombiedb/
implementation 'com.github.mistertea:zombiedb:1.23'
// https://jarcasting.com/artifacts/com.github.mistertea/zombiedb/
implementation ("com.github.mistertea:zombiedb:1.23")
'com.github.mistertea:zombiedb:jar:1.23'
<dependency org="com.github.mistertea" name="zombiedb" rev="1.23">
<artifact name="zombiedb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mistertea', module='zombiedb', version='1.23')
)
libraryDependencies += "com.github.mistertea" % "zombiedb" % "1.23"
[com.github.mistertea/zombiedb "1.23"]