Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.zedge.zeppa |
ArtifactId | ArtifactIdexample-schema |
Version | Version2.10.12 |
Type | Typejar |
Filename | Size |
---|---|
example-schema-2.10.12.pom | |
example-schema-2.10.12.jar | 15 KB |
example-schema-2.10.12-sources.jar | 4 KB |
example-schema-2.10.12-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.zedge.zeppa/example-schema/ -->
<dependency>
<groupId>net.zedge.zeppa</groupId>
<artifactId>example-schema</artifactId>
<version>2.10.12</version>
</dependency>
// https://jarcasting.com/artifacts/net.zedge.zeppa/example-schema/
implementation 'net.zedge.zeppa:example-schema:2.10.12'
// https://jarcasting.com/artifacts/net.zedge.zeppa/example-schema/
implementation ("net.zedge.zeppa:example-schema:2.10.12")
'net.zedge.zeppa:example-schema:jar:2.10.12'
<dependency org="net.zedge.zeppa" name="example-schema" rev="2.10.12">
<artifact name="example-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.zedge.zeppa', module='example-schema', version='2.10.12')
)
libraryDependencies += "net.zedge.zeppa" % "example-schema" % "2.10.12"
[net.zedge.zeppa/example-schema "2.10.12"]