is not current version
Last Version 0.9.13

net.imadz:Lifecycle 0.9.11

Lifecycle AOP Framework. Enabling describe enhanced State Diagram with Java language, and processing relational Lifecycle constraints(including: state validations, transitions validations), concurrency, lifecycle callbacks, lifecycle events implicitely with Lifecycle Engine. This engine can be used by class load time (Java Instrumentation) or compile time (Lifecycle-StaticWeaver-maven-plugin).

Categories

Categories

Net
GroupId

GroupId

net.imadz
ArtifactId

ArtifactId

Lifecycle
Version

Version

0.9.11
Type

Type

jar

Download Lifecycle 0.9.11


<!-- https://jarcasting.com/artifacts/net.imadz/Lifecycle/ -->
<dependency>
    <groupId>net.imadz</groupId>
    <artifactId>Lifecycle</artifactId>
    <version>0.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/net.imadz/Lifecycle/
implementation 'net.imadz:Lifecycle:0.9.11'
// https://jarcasting.com/artifacts/net.imadz/Lifecycle/
implementation ("net.imadz:Lifecycle:0.9.11")
'net.imadz:Lifecycle:jar:0.9.11'
<dependency org="net.imadz" name="Lifecycle" rev="0.9.11">
  <artifact name="Lifecycle" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.imadz', module='Lifecycle', version='0.9.11')
)
libraryDependencies += "net.imadz" % "Lifecycle" % "0.9.11"
[net.imadz/Lifecycle "0.9.11"]