is not current version
Last Version 1.0.7

com.fortuityframework:fortuity-parent 1.0.5

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.

GroupId

GroupId

com.fortuityframework
ArtifactId

ArtifactId

fortuity-parent
Version

Version

1.0.5
Type

Type

pom

Download fortuity-parent 1.0.5


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