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