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

org.codehaus.waffle:waffle 1.2

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

Группа

Группа

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

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

waffle
Версия

Версия

1.2
Тип

Тип

pom

Скачать waffle 1.2

Имя Файла Размер
waffle-1.2.pom 13 KB
Обзор

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