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