is not current version
Last Version 3.1.1

com.github.waffle:waffle-parent 2.0.0

Parent POM for WAFFLE

GroupId

GroupId

com.github.waffle
ArtifactId

ArtifactId

waffle-parent
Version

Version

2.0.0
Type

Type

pom

Download waffle-parent 2.0.0

Filename Size
waffle-parent-2.0.0.pom 68 KB
Browse

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