MVN

org.codehaus.waffle : waffle-parent

Maven & Gradle

Jul 28, 2007

Waffle Parent · Waffle is a Java web framework that makes the process of developing Java based web applications easier. It was built to support enterprise level web-based business applications.

<dependency>
    <groupId>org.codehaus.waffle</groupId>
    <artifactId>waffle-parent</artifactId>
    <version>1.0-beta-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.waffle : waffle-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0-beta-1
  • Latest Beta: 1.0-beta-1

All Versions

Choose a version of org.codehaus.waffle : waffle-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
waffle-parent-1.0-beta-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.codehaus.waffle</groupId>
    <artifactId>waffle-parent</artifactId>
    <version>1.0-beta-1</version>
</dependency>