GroupId | GroupIdcom.github.edgarespina |
---|---|
ArtifactId | ArtifactIdhandlebars |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
handlebars-0.3.0.pom | |
handlebars-0.3.0.jar | 115 KB |
handlebars-0.3.0-sources.jar | 70 KB |
handlebars-0.3.0-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgarespina/handlebars/ -->
<dependency>
<groupId>com.github.edgarespina</groupId>
<artifactId>handlebars</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgarespina/handlebars/
implementation 'com.github.edgarespina:handlebars:0.3.0'
// https://jarcasting.com/artifacts/com.github.edgarespina/handlebars/
implementation ("com.github.edgarespina:handlebars:0.3.0")
'com.github.edgarespina:handlebars:jar:0.3.0'
<dependency org="com.github.edgarespina" name="handlebars" rev="0.3.0">
<artifact name="handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgarespina', module='handlebars', version='0.3.0')
)
libraryDependencies += "com.github.edgarespina" % "handlebars" % "0.3.0"
[com.github.edgarespina/handlebars "0.3.0"]