| Группа | Группаcom.gilt |
|---|---|
| Идентификатор | Идентификаторhandlebars |
| Версия | Версия0.0.15 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| handlebars-0.0.15.pom | |
| handlebars-0.0.15.jar | 213 KB |
| handlebars-0.0.15-sources.jar | 10 KB |
| handlebars-0.0.15-javadoc.jar | 332 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gilt/handlebars/ -->
<dependency>
<groupId>com.gilt</groupId>
<artifactId>handlebars</artifactId>
<version>0.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.gilt/handlebars/
implementation 'com.gilt:handlebars:0.0.15'
// https://jarcasting.com/artifacts/com.gilt/handlebars/
implementation ("com.gilt:handlebars:0.0.15")
'com.gilt:handlebars:jar:0.0.15'
<dependency org="com.gilt" name="handlebars" rev="0.0.15">
<artifact name="handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gilt', module='handlebars', version='0.0.15')
)
libraryDependencies += "com.gilt" % "handlebars" % "0.0.15"
[com.gilt/handlebars "0.0.15"]