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