License |
License |
---|---|
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-mustache |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionACT Mustache
Implement ActFramework View with mustache template engine
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
act-mustache-1.5.0.pom | |
act-mustache-1.5.0.jar | 7 KB |
act-mustache-1.5.0-sources.jar | 6 KB |
act-mustache-1.5.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-mustache/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-mustache</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-mustache/
implementation 'org.actframework:act-mustache:1.5.0'
// https://jarcasting.com/artifacts/org.actframework/act-mustache/
implementation ("org.actframework:act-mustache:1.5.0")
'org.actframework:act-mustache:jar:1.5.0'
<dependency org="org.actframework" name="act-mustache" rev="1.5.0">
<artifact name="act-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-mustache', version='1.5.0')
)
libraryDependencies += "org.actframework" % "act-mustache" % "1.5.0"
[org.actframework/act-mustache "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.spullara.mustache.java : compiler | jar | 0.9.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
org.actframework : act | jar | 1.8.29 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.9.0 |
org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |