| GroupId | GroupIdcom.github.dblock.waffle |
|---|---|
| ArtifactId | ArtifactIdwaffle-parent |
| Version | Version1.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| waffle-parent-1.6.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-parent/ -->
<dependency>
<groupId>com.github.dblock.waffle</groupId>
<artifactId>waffle-parent</artifactId>
<version>1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-parent/
implementation 'com.github.dblock.waffle:waffle-parent:1.6'
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-parent/
implementation ("com.github.dblock.waffle:waffle-parent:1.6")
'com.github.dblock.waffle:waffle-parent:pom:1.6'
<dependency org="com.github.dblock.waffle" name="waffle-parent" rev="1.6">
<artifact name="waffle-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-parent', version='1.6')
)
libraryDependencies += "com.github.dblock.waffle" % "waffle-parent" % "1.6"
[com.github.dblock.waffle/waffle-parent "1.6"]