Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.ogc |
ArtifactId | ArtifactIdgml-v_2_1_2-schema |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
gml-v_2_1_2-schema-1.0.2.pom | |
gml-v_2_1_2-schema-1.0.2.jar | 97 KB |
gml-v_2_1_2-schema-1.0.2-sources.jar | 81 KB |
gml-v_2_1_2-schema-1.0.2-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.ogc/gml-v_2_1_2-schema/ -->
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>gml-v_2_1_2-schema</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.ogc/gml-v_2_1_2-schema/
implementation 'org.jvnet.ogc:gml-v_2_1_2-schema:1.0.2'
// https://jarcasting.com/artifacts/org.jvnet.ogc/gml-v_2_1_2-schema/
implementation ("org.jvnet.ogc:gml-v_2_1_2-schema:1.0.2")
'org.jvnet.ogc:gml-v_2_1_2-schema:jar:1.0.2'
<dependency org="org.jvnet.ogc" name="gml-v_2_1_2-schema" rev="1.0.2">
<artifact name="gml-v_2_1_2-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.ogc', module='gml-v_2_1_2-schema', version='1.0.2')
)
libraryDependencies += "org.jvnet.ogc" % "gml-v_2_1_2-schema" % "1.0.2"
[org.jvnet.ogc/gml-v_2_1_2-schema "1.0.2"]