statechart

UML Statechart Framework

License

License

GroupId

GroupId

com.github.klangfarbe
ArtifactId

ArtifactId

statechart
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

statechart
UML Statechart Framework
Project URL

Project URL

https://github.com/geekyjaks/UML-Statechart-Framework-for-Java
Source Code Management

Source Code Management

https://github.com/geekyjaks/UML-Statechart-Framework-for-Java

Download statechart

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Fork of https://github.com/klangfarbe/UML-Statechart-Framework-for-Java

Added maven support to the above code.

To use, add the following dependency in your pom,

<dependency>
<groupId>com.github.klangfarbe</groupId>
<artifactId>statechart</artifactId>
<version>1.0</version>
</dependency>

Versions

Version
1.0