GroupId | GroupIdorg.actframework |
---|---|
ArtifactId | ArtifactIdact-mustache |
Version | Version1.4.6 |
Type | Typejar |
Filename | Size |
---|---|
act-mustache-1.4.6.pom | |
act-mustache-1.4.6.jar | 7 KB |
act-mustache-1.4.6-sources.jar | 6 KB |
act-mustache-1.4.6-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-mustache/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-mustache</artifactId>
<version>1.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-mustache/
implementation 'org.actframework:act-mustache:1.4.6'
// https://jarcasting.com/artifacts/org.actframework/act-mustache/
implementation ("org.actframework:act-mustache:1.4.6")
'org.actframework:act-mustache:jar:1.4.6'
<dependency org="org.actframework" name="act-mustache" rev="1.4.6">
<artifact name="act-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-mustache', version='1.4.6')
)
libraryDependencies += "org.actframework" % "act-mustache" % "1.4.6"
[org.actframework/act-mustache "1.4.6"]