GroupId | GroupIdorg.nosceon.titanite |
---|---|
ArtifactId | ArtifactIdtitanite-example-tweetmap |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nosceon.titanite/titanite-example-tweetmap/ -->
<dependency>
<groupId>org.nosceon.titanite</groupId>
<artifactId>titanite-example-tweetmap</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nosceon.titanite/titanite-example-tweetmap/
implementation 'org.nosceon.titanite:titanite-example-tweetmap:1.2.1'
// https://jarcasting.com/artifacts/org.nosceon.titanite/titanite-example-tweetmap/
implementation ("org.nosceon.titanite:titanite-example-tweetmap:1.2.1")
'org.nosceon.titanite:titanite-example-tweetmap:jar:1.2.1'
<dependency org="org.nosceon.titanite" name="titanite-example-tweetmap" rev="1.2.1">
<artifact name="titanite-example-tweetmap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nosceon.titanite', module='titanite-example-tweetmap', version='1.2.1')
)
libraryDependencies += "org.nosceon.titanite" % "titanite-example-tweetmap" % "1.2.1"
[org.nosceon.titanite/titanite-example-tweetmap "1.2.1"]