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

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

Waffle is a Java action-based web framework that was built to support enterprise-level business applications, with no mandatory XML configuration (beyond the minimal web.xml required by any webapp) and no proprietary UI markup language. Its guiding principles are agility, simplicity, pluggability and interoperability.

Группа

Группа

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

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

waffle
Версия

Версия

1.0-RC-1
Тип

Тип

pom

Скачать waffle 1.0-RC-1

Имя Файла Размер
waffle-1.0-RC-1.pom 16 KB
Обзор

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