GroupId | GroupIdorg.bitbucket.tbrugz |
---|---|
ArtifactId | ArtifactIdkmlutils |
Version | Version0.5.4 |
Type | Typejar |
Filename | Size |
---|---|
kmlutils-0.5.4.pom | |
kmlutils-0.5.4.jar | 44 KB |
kmlutils-0.5.4-sources.jar | 27 KB |
kmlutils-0.5.4-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.tbrugz/kmlutils/ -->
<dependency>
<groupId>org.bitbucket.tbrugz</groupId>
<artifactId>kmlutils</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.tbrugz/kmlutils/
implementation 'org.bitbucket.tbrugz:kmlutils:0.5.4'
// https://jarcasting.com/artifacts/org.bitbucket.tbrugz/kmlutils/
implementation ("org.bitbucket.tbrugz:kmlutils:0.5.4")
'org.bitbucket.tbrugz:kmlutils:jar:0.5.4'
<dependency org="org.bitbucket.tbrugz" name="kmlutils" rev="0.5.4">
<artifact name="kmlutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.tbrugz', module='kmlutils', version='0.5.4')
)
libraryDependencies += "org.bitbucket.tbrugz" % "kmlutils" % "0.5.4"
[org.bitbucket.tbrugz/kmlutils "0.5.4"]