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