GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdcitygml |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
citygml-0.0.2.pom | |
citygml-0.0.2.jar | 300 KB |
citygml-0.0.2-sources.jar | 292 KB |
citygml-0.0.2-plugin.xml | 376 bytes |
citygml-0.0.2-javadoc.jar | 129 KB |
citygml-0.0.2-icon.png | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/citygml/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>citygml</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/citygml/
implementation 'org.opensourcebim:citygml:0.0.2'
// https://jarcasting.com/artifacts/org.opensourcebim/citygml/
implementation ("org.opensourcebim:citygml:0.0.2")
'org.opensourcebim:citygml:jar:0.0.2'
<dependency org="org.opensourcebim" name="citygml" rev="0.0.2">
<artifact name="citygml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='citygml', version='0.0.2')
)
libraryDependencies += "org.opensourcebim" % "citygml" % "0.0.2"
[org.opensourcebim/citygml "0.0.2"]