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