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