f

fortuity-parent

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.
http://www.fortuityframework.com/
Apache 2
Jeroen Steenbeeke
Files download
File Operation
fortuity-parent-1.0.7.pom download
Apache Maven
<dependency>
  <groupId>com.fortuityframework</groupId>
  <artifactId>fortuity-parent</artifactId>
  <version>1.0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.fortuityframework:fortuity-parent:1.0.7'
Gradle Kotlin
implementation("com.fortuityframework:fortuity-parent:1.0.7")
Scala SBT
libraryDependencies += "com.fortuityframework" % "fortuity-parent" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.fortuityframework', module='fortuity-parent', version='1.0.7')
)
Apache Ivy
<dependency org="com.fortuityframework" name="fortuity-parent" rev="1.0.7" />
Leiningen
[com.fortuityframework/fortuity-parent "1.0.7"]
Apache Buildr
'com.fortuityframework:fortuity-parent:jar:1.0.7'