<dependency> <groupId>com.github.dblock.waffle</groupId> <artifactId>waffle-pom</artifactId> <version>1.6</version> <type>pom</type> </dependency>
implementation 'com.github.dblock.waffle:waffle-pom:1.6'
implementation("com.github.dblock.waffle:waffle-pom:1.6")
libraryDependencies += "com.github.dblock.waffle" % "waffle-pom" % "1.6"
@Grapes( @Grab(group='com.github.dblock.waffle', module='waffle-pom', version='1.6') )
<dependency org="com.github.dblock.waffle" name="waffle-pom" rev="1.6" />
[com.github.dblock.waffle/waffle-pom "1.6"]
'com.github.dblock.waffle:waffle-pom:jar:1.6'
<parent> <groupId>com.github.dblock.waffle</groupId> <artifactId>waffle-parent</artifactId> <version>1.6</version> </parent>