GroupId | GroupIdorg.actframework |
---|---|
ArtifactId | ArtifactIdact-starter-mustache |
Version | Version1.8.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.actframework/act-starter-mustache/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-starter-mustache</artifactId>
<version>1.8.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-starter-mustache/
implementation 'org.actframework:act-starter-mustache:1.8.5.0'
// https://jarcasting.com/artifacts/org.actframework/act-starter-mustache/
implementation ("org.actframework:act-starter-mustache:1.8.5.0")
'org.actframework:act-starter-mustache:jar:1.8.5.0'
<dependency org="org.actframework" name="act-starter-mustache" rev="1.8.5.0">
<artifact name="act-starter-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-starter-mustache', version='1.8.5.0')
)
libraryDependencies += "org.actframework" % "act-starter-mustache" % "1.8.5.0"
[org.actframework/act-starter-mustache "1.8.5.0"]