License |
License |
---|---|
GroupId | GroupIdorg.ogc-schemas |
ArtifactId | ArtifactIdogc-schemas |
Version | Version3.0.0 |
Type | Typejar |
Description |
DescriptionOGC Schemas
OGC Schemas project provides JAXB 2.x bindings for XML Schemas defined by the Open Geospatial Consortium (OGC).
|
Filename | Size |
---|---|
ogc-schemas-3.0.0.pom | |
ogc-schemas-3.0.0.jar | 19 MB |
ogc-schemas-3.0.0-sources.jar | 19 MB |
ogc-schemas-3.0.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ogc-schemas/ogc-schemas/ -->
<dependency>
<groupId>org.ogc-schemas</groupId>
<artifactId>ogc-schemas</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ogc-schemas/ogc-schemas/
implementation 'org.ogc-schemas:ogc-schemas:3.0.0'
// https://jarcasting.com/artifacts/org.ogc-schemas/ogc-schemas/
implementation ("org.ogc-schemas:ogc-schemas:3.0.0")
'org.ogc-schemas:ogc-schemas:jar:3.0.0'
<dependency org="org.ogc-schemas" name="ogc-schemas" rev="3.0.0">
<artifact name="ogc-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ogc-schemas', module='ogc-schemas', version='3.0.0')
)
libraryDependencies += "org.ogc-schemas" % "ogc-schemas" % "3.0.0"
[org.ogc-schemas/ogc-schemas "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |