Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.zedge.zeppa |
ArtifactId | ArtifactIdexample-schema |
Version | Version2.10.10 |
Type | Typejar |
Filename | Size |
---|---|
example-schema-2.10.10.pom | |
example-schema-2.10.10.jar | 15 KB |
example-schema-2.10.10-sources.jar | 4 KB |
example-schema-2.10.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.zedge.zeppa/example-schema/
implementation 'net.zedge.zeppa:example-schema:2.10.10'
// https://jarcasting.com/artifacts/net.zedge.zeppa/example-schema/
implementation ("net.zedge.zeppa:example-schema:2.10.10")
'net.zedge.zeppa:example-schema:jar:2.10.10'
<dependency org="net.zedge.zeppa" name="example-schema" rev="2.10.10">
<artifact name="example-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.zedge.zeppa', module='example-schema', version='2.10.10')
)
libraryDependencies += "net.zedge.zeppa" % "example-schema" % "2.10.10"
[net.zedge.zeppa/example-schema "2.10.10"]