| GroupId | GroupIdcom.gilt |
|---|---|
| ArtifactId | ArtifactIdhandlebars_2.9.2 |
| Version | Version0.0.19-20131031112233 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gilt/handlebars_2.9.2/ -->
<dependency>
<groupId>com.gilt</groupId>
<artifactId>handlebars_2.9.2</artifactId>
<version>0.0.19-20131031112233</version>
</dependency>
// https://jarcasting.com/artifacts/com.gilt/handlebars_2.9.2/
implementation 'com.gilt:handlebars_2.9.2:0.0.19-20131031112233'
// https://jarcasting.com/artifacts/com.gilt/handlebars_2.9.2/
implementation ("com.gilt:handlebars_2.9.2:0.0.19-20131031112233")
'com.gilt:handlebars_2.9.2:jar:0.0.19-20131031112233'
<dependency org="com.gilt" name="handlebars_2.9.2" rev="0.0.19-20131031112233">
<artifact name="handlebars_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gilt', module='handlebars_2.9.2', version='0.0.19-20131031112233')
)
libraryDependencies += "com.gilt" % "handlebars_2.9.2" % "0.0.19-20131031112233"
[com.gilt/handlebars_2.9.2 "0.0.19-20131031112233"]