| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdorg.jvnet.ogc |
| ArtifactId | ArtifactIdogc-schemas |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ogc-schemas-1.0.0.pom | |
| ogc-schemas-1.0.0.jar | 1 KB |
| ogc-schemas-1.0.0-sources.jar | 349 bytes |
| ogc-schemas-1.0.0-dist.zip | 9 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.ogc/ogc-schemas/ -->
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>ogc-schemas</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.ogc/ogc-schemas/
implementation 'org.jvnet.ogc:ogc-schemas:1.0.0'
// https://jarcasting.com/artifacts/org.jvnet.ogc/ogc-schemas/
implementation ("org.jvnet.ogc:ogc-schemas:1.0.0")
'org.jvnet.ogc:ogc-schemas:jar:1.0.0'
<dependency org="org.jvnet.ogc" name="ogc-schemas" rev="1.0.0">
<artifact name="ogc-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.ogc', module='ogc-schemas', version='1.0.0')
)
libraryDependencies += "org.jvnet.ogc" % "ogc-schemas" % "1.0.0"
[org.jvnet.ogc/ogc-schemas "1.0.0"]