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