License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.github.plecong |
ArtifactId | ArtifactIdhogan-groovy |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHogan.groovy
A Groovy port of the Hogan.js compiler for Mustache templates.
|
Project URL |
Project URL |
Filename | Size |
---|---|
hogan-groovy-3.0.pom | |
hogan-groovy-3.0.jar | 100 KB |
hogan-groovy-3.0-sources.jar | 19 KB |
hogan-groovy-3.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.plecong/hogan-groovy/ -->
<dependency>
<groupId>com.github.plecong</groupId>
<artifactId>hogan-groovy</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.plecong/hogan-groovy/
implementation 'com.github.plecong:hogan-groovy:3.0'
// https://jarcasting.com/artifacts/com.github.plecong/hogan-groovy/
implementation ("com.github.plecong:hogan-groovy:3.0")
'com.github.plecong:hogan-groovy:jar:3.0'
<dependency org="com.github.plecong" name="hogan-groovy" rev="3.0">
<artifact name="hogan-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.plecong', module='hogan-groovy', version='3.0')
)
libraryDependencies += "com.github.plecong" % "hogan-groovy" % "3.0"
[com.github.plecong/hogan-groovy "3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 0.6-groovy-1.8 |