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