| GroupId | GroupIdcom.gilt |
|---|---|
| ArtifactId | ArtifactIdhandlebars_2.9.1 |
| Version | Version0.0.22 |
| Type | Typejar |
| Filename | Size |
|---|---|
| handlebars_2.9.1-0.0.22.pom | |
| handlebars_2.9.1-0.0.22.jar | 245 KB |
| handlebars_2.9.1-0.0.22-sources.jar | 12 KB |
| handlebars_2.9.1-0.0.22-javadoc.jar | 358 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gilt/handlebars_2.9.1/ -->
<dependency>
<groupId>com.gilt</groupId>
<artifactId>handlebars_2.9.1</artifactId>
<version>0.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.gilt/handlebars_2.9.1/
implementation 'com.gilt:handlebars_2.9.1:0.0.22'
// https://jarcasting.com/artifacts/com.gilt/handlebars_2.9.1/
implementation ("com.gilt:handlebars_2.9.1:0.0.22")
'com.gilt:handlebars_2.9.1:jar:0.0.22'
<dependency org="com.gilt" name="handlebars_2.9.1" rev="0.0.22">
<artifact name="handlebars_2.9.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gilt', module='handlebars_2.9.1', version='0.0.22')
)
libraryDependencies += "com.gilt" % "handlebars_2.9.1" % "0.0.22"
[com.gilt/handlebars_2.9.1 "0.0.22"]