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