не последняя версия
Последняя версия 1.3

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


Группа

Группа

org.codehaus.waffle
Идентификатор

Идентификатор

waffle
Версия

Версия

1.0-beta-1
Тип

Тип

jar

Скачать 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"]