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