License |
License |
---|---|
GroupId | GroupIdcom.github.edgarespina |
ArtifactId | ArtifactIdhandlebars.java |
Version | Version0.3.1 |
Type | Typepom |
Description |
DescriptionHandlebars.java
Logic-less and semantic templates with Java
|
Filename | Size |
---|---|
handlebars.java-0.3.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgarespina/handlebars.java/ -->
<dependency>
<groupId>com.github.edgarespina</groupId>
<artifactId>handlebars.java</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgarespina/handlebars.java/
implementation 'com.github.edgarespina:handlebars.java:0.3.1'
// https://jarcasting.com/artifacts/com.github.edgarespina/handlebars.java/
implementation ("com.github.edgarespina:handlebars.java:0.3.1")
'com.github.edgarespina:handlebars.java:pom:0.3.1'
<dependency org="com.github.edgarespina" name="handlebars.java" rev="0.3.1">
<artifact name="handlebars.java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.edgarespina', module='handlebars.java', version='0.3.1')
)
libraryDependencies += "com.github.edgarespina" % "handlebars.java" % "0.3.1"
[com.github.edgarespina/handlebars.java "0.3.1"]