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