MVN

com.fortuityframework : fortuity-parent

Maven & Gradle

Mar 04, 2011

Fortuity · The Fortuity Framework is a simple framework for making event-driven web applications. It hooks into commonly used frameworks such as Hibernate or Spring and dispatches both user-generated and entity change events to designated beans.

<dependency>
    <groupId>com.fortuityframework</groupId>
    <artifactId>fortuity-parent</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fortuityframework : fortuity-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of com.fortuityframework : fortuity-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
fortuity-parent-1.0.7
fortuity-parent-1.0.6
fortuity-parent-1.0.5
fortuity-parent-1.0.4
fortuity-parent-1.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.fortuityframework</groupId>
    <artifactId>fortuity-parent</artifactId>
    <version>1.0.7</version>
</dependency>