is not current version
Last Version 1.5.0

org.actframework:act-mustache 1.4.5

Implement ActFramework View with mustache template engine

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-mustache
Version

Version

1.4.5
Type

Type

jar

Download act-mustache 1.4.5


<!-- https://jarcasting.com/artifacts/org.actframework/act-mustache/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-mustache</artifactId>
    <version>1.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-mustache/
implementation 'org.actframework:act-mustache:1.4.5'
// https://jarcasting.com/artifacts/org.actframework/act-mustache/
implementation ("org.actframework:act-mustache:1.4.5")
'org.actframework:act-mustache:jar:1.4.5'
<dependency org="org.actframework" name="act-mustache" rev="1.4.5">
  <artifact name="act-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-mustache', version='1.4.5')
)
libraryDependencies += "org.actframework" % "act-mustache" % "1.4.5"
[org.actframework/act-mustache "1.4.5"]