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