Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.gitlab.plantd |
ArtifactId | ArtifactIdjzapi |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jzapi-1.0.0.pom | |
jzapi-1.0.0.jar | 19 KB |
jzapi-1.0.0-sources.jar | 12 KB |
jzapi-1.0.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.plantd/jzapi/ -->
<dependency>
<groupId>com.gitlab.plantd</groupId>
<artifactId>jzapi</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.plantd/jzapi/
implementation 'com.gitlab.plantd:jzapi:1.0.0'
// https://jarcasting.com/artifacts/com.gitlab.plantd/jzapi/
implementation ("com.gitlab.plantd:jzapi:1.0.0")
'com.gitlab.plantd:jzapi:jar:1.0.0'
<dependency org="com.gitlab.plantd" name="jzapi" rev="1.0.0">
<artifact name="jzapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.plantd', module='jzapi', version='1.0.0')
)
libraryDependencies += "com.gitlab.plantd" % "jzapi" % "1.0.0"
[com.gitlab.plantd/jzapi "1.0.0"]