| Группа | Группаcom.gilt |
|---|---|
| Идентификатор | Идентификаторhandlebars_2.9.1 |
| Версия | Версия0.0.19-20131031112233 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.gilt/handlebars_2.9.1/ -->
<dependency>
<groupId>com.gilt</groupId>
<artifactId>handlebars_2.9.1</artifactId>
<version>0.0.19-20131031112233</version>
</dependency>
// https://jarcasting.com/artifacts/com.gilt/handlebars_2.9.1/
implementation 'com.gilt:handlebars_2.9.1:0.0.19-20131031112233'
// https://jarcasting.com/artifacts/com.gilt/handlebars_2.9.1/
implementation ("com.gilt:handlebars_2.9.1:0.0.19-20131031112233")
'com.gilt:handlebars_2.9.1:jar:0.0.19-20131031112233'
<dependency org="com.gilt" name="handlebars_2.9.1" rev="0.0.19-20131031112233">
<artifact name="handlebars_2.9.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gilt', module='handlebars_2.9.1', version='0.0.19-20131031112233')
)
libraryDependencies += "com.gilt" % "handlebars_2.9.1" % "0.0.19-20131031112233"
[com.gilt/handlebars_2.9.1 "0.0.19-20131031112233"]