| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jknack |
| ArtifactId | ArtifactIdhandlebars |
| Last Version | Last Version4.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHandlebars
Logic-less and semantic templates with Java
|
| Filename | Size |
|---|---|
| handlebars-4.3.0.pom | |
| handlebars-4.3.0.jar | 172 KB |
| handlebars-4.3.0-sources.jar | 95 KB |
| handlebars-4.3.0-javadoc.jar | 239 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jknack/handlebars/ -->
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jknack/handlebars/
implementation 'com.github.jknack:handlebars:4.3.0'
// https://jarcasting.com/artifacts/com.github.jknack/handlebars/
implementation ("com.github.jknack:handlebars:4.3.0")
'com.github.jknack:handlebars:jar:4.3.0'
<dependency org="com.github.jknack" name="handlebars" rev="4.3.0">
<artifact name="handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jknack', module='handlebars', version='4.3.0')
)
libraryDependencies += "com.github.jknack" % "handlebars" % "4.3.0"
[com.github.jknack/handlebars "4.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.6 |
| org.jacoco : org.jacoco.agent | jar | 0.8.7 |
| junit : junit | jar | 4.13.2 |
| org.yaml : snakeyaml | jar | 1.29 |
| commons-io : commons-io | jar | 2.11.0 |
| org.mockito : mockito-core | jar | 4.0.0 |