License |
License |
---|---|
GroupId | GroupIdcom.fortuityframework |
ArtifactId | ArtifactIdfortuity-parent |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFortuity
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.
|
Filename | Size |
---|---|
fortuity-parent-1.0.7.pom | 4 KB |
Browse |
<!-- 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"]