Files download
File Operation
waffle-migration-example-1.0-RC-2.pom download
waffle-migration-example-1.0-RC-2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.waffle</groupId>
  <artifactId>waffle-migration-example</artifactId>
  <version>1.0-RC-2</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.waffle:waffle-migration-example:1.0-RC-2'
Gradle Kotlin
implementation("org.codehaus.waffle:waffle-migration-example:1.0-RC-2")
Scala SBT
libraryDependencies += "org.codehaus.waffle" % "waffle-migration-example" % "1.0-RC-2"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.waffle', module='waffle-migration-example', version='1.0-RC-2')
)
Apache Ivy
<dependency org="org.codehaus.waffle" name="waffle-migration-example" rev="1.0-RC-2" />
Leiningen
[org.codehaus.waffle/waffle-migration-example "1.0-RC-2"]
Apache Buildr
'org.codehaus.waffle:waffle-migration-example:jar:1.0-RC-2'