Skip to content

ChiralBehaviors/Tron

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Tron

A simple framework for creating sophisticated Finite State Machines

====

See the Tron wiki for useage and design notes.

Tron is licensed under the Apache License, Version 2.0.

Tron is built using Maven 3.x and requires Java 7.

To build, cd to the top level directory and do:

mvn clean install

For prebuilt versions of Tron, add the ChiralBehaviors cloudbees repositories to your project's pom.xml:

For snapshots:

<repository>
    <id>chiralbehaviors-snapshots</id>
    <name>ChiralBehaviors Snapshots </name>
    <url>http://repository-chiralbehaviors.forge.cloudbees.com/snapshot/</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>

For releases:

<repository>
    <id>chiralbehaviors-releases</id>
    <name>ChiralBehaviors Releases </name>
    <url>http://repository-chiralbehaviors.forge.cloudbees.com/release/</url>
</repository>

The current version of Tron is 0.0.4. To use Tron in your project, add the following dependency in your project's pom.xml:

<dependency>
    <groupId>com.chiralbehaviors</groupId>
    <artifactId>tron</artifactId>
    <version>0.0.4</version>
</dependency>

About

A sophisticated finite state machine framework for Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages