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