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