Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.ogc |
ArtifactId | ArtifactIdgml |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
gml-1.1.0.pom | 963 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.ogc/gml/ -->
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>gml</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.ogc/gml/
implementation 'org.jvnet.ogc:gml:1.1.0'
// https://jarcasting.com/artifacts/org.jvnet.ogc/gml/
implementation ("org.jvnet.ogc:gml:1.1.0")
'org.jvnet.ogc:gml:pom:1.1.0'
<dependency org="org.jvnet.ogc" name="gml" rev="1.1.0">
<artifact name="gml" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.ogc', module='gml', version='1.1.0')
)
libraryDependencies += "org.jvnet.ogc" % "gml" % "1.1.0"
[org.jvnet.ogc/gml "1.1.0"]