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