Overview

vo-lifecycle-ui is an extension of VO LifeCycle framework which can be used to provide a graphical representation of value object's lifecycles in a project.

Installation with maven

Maven repository

<repository>
    <id>vo-lifecycle-mvn-repo</id>
    <url>https://raw.github.com/vo-lifecycle/vo-lifecycle-ui/mvn-repo/</url>
    <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
    </snapshots>
</repository>
<dependency>
    <groupId>org.volifecycle</groupId>
    <artifactId>vo-lifecycle-ui</artifactId>
    <version>${vo-lifecycle-ui.version}</version>
</dependency>

Versions

You could see the available version here.

License

Apache License, Version 2.0 (the "License").

You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

See also