Download lifecycle-0.1.2.jar file - Jar l

Jar examples for l:lifecycle

Description

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).

You can download jar file lifecycle 0.1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add lifecycle-0.1.2.jar to your project.

<dependency>
   <groupId>com.cocosw</groupId>
   <artifactId>lifecycle</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'com.cocosw', name: 'lifecycle', version: '0.1.2'
libraryDependencies += "com.cocosw" % "lifecycle" % "0.1.2"
<dependency org="com.cocosw" name="lifecycle" rev="0.1.2"/>
@Grapes(@Grab(group='com.cocosw', module='lifecycle', version='0.1.2'))
'com.cocosw:lifecycle:jar:0.1.2'

Download

Click the following link to download the jar file.

lifecycle-0.1.2-javadoc.jar
lifecycle-0.1.2-sources.jar
lifecycle-0.1.2.pom



Related Tutorials