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