is not current version
Last Version 1.3

org.codehaus.waffle:waffle-core 1.0-RC-2


GroupId

GroupId

org.codehaus.waffle
ArtifactId

ArtifactId

waffle-core
Version

Version

1.0-RC-2
Type

Type

jar

Download waffle-core 1.0-RC-2


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