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.

License

License

GroupId

GroupId

com.fortuityframework
ArtifactId

ArtifactId

fortuity-parent
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

pom
Description

Description

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.

Download fortuity-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • fortuity-core
  • fortuity-hibernate
  • fortuity-spring
  • fortuity-wicket

Versions

Version
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3