GroupId | GroupIdorg.schemarepo |
---|---|
ArtifactId | ArtifactIdschema-repo-zk-bundle |
Version | Version0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.schemarepo/schema-repo-zk-bundle/ -->
<dependency>
<groupId>org.schemarepo</groupId>
<artifactId>schema-repo-zk-bundle</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.schemarepo/schema-repo-zk-bundle/
implementation 'org.schemarepo:schema-repo-zk-bundle:0.1.2'
// https://jarcasting.com/artifacts/org.schemarepo/schema-repo-zk-bundle/
implementation ("org.schemarepo:schema-repo-zk-bundle:0.1.2")
'org.schemarepo:schema-repo-zk-bundle:jar:0.1.2'
<dependency org="org.schemarepo" name="schema-repo-zk-bundle" rev="0.1.2">
<artifact name="schema-repo-zk-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.schemarepo', module='schema-repo-zk-bundle', version='0.1.2')
)
libraryDependencies += "org.schemarepo" % "schema-repo-zk-bundle" % "0.1.2"
[org.schemarepo/schema-repo-zk-bundle "0.1.2"]