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