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