| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.github.haflife3 |
| ArtifactId | ArtifactIddatazilla |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| datazilla-1.0.pom | |
| datazilla-1.0.jar | 90 KB |
| datazilla-1.0-sources.jar | 48 KB |
| datazilla-1.0-javadoc.jar | 398 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.haflife3/datazilla/ -->
<dependency>
<groupId>com.github.haflife3</groupId>
<artifactId>datazilla</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.haflife3/datazilla/
implementation 'com.github.haflife3:datazilla:1.0'
// https://jarcasting.com/artifacts/com.github.haflife3/datazilla/
implementation ("com.github.haflife3:datazilla:1.0")
'com.github.haflife3:datazilla:jar:1.0'
<dependency org="com.github.haflife3" name="datazilla" rev="1.0">
<artifact name="datazilla" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.haflife3', module='datazilla', version='1.0')
)
libraryDependencies += "com.github.haflife3" % "datazilla" % "1.0"
[com.github.haflife3/datazilla "1.0"]