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