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