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