is not current version
Last Version 1.3

org.codehaus.waffle:waffle 1.0-beta-1


GroupId

GroupId

org.codehaus.waffle
ArtifactId

ArtifactId

waffle
Version

Version

1.0-beta-1
Type

Type

jar

Download waffle 1.0-beta-1


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