| License |
License |
|---|---|
| GroupId | GroupIdcommons-scxml |
| ArtifactId | ArtifactIdcommons-scxml |
| Last Version | Last Version0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCommons SCXML
A Java Implementation of a State Chart XML Engine
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons-scxml-0.9.pom | |
| commons-scxml-0.9.jar | 171 KB |
| commons-scxml-0.9-sources.jar | 171 KB |
| commons-scxml-0.9-javadoc.jar | 1016 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/commons-scxml/commons-scxml/ -->
<dependency>
<groupId>commons-scxml</groupId>
<artifactId>commons-scxml</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/commons-scxml/commons-scxml/
implementation 'commons-scxml:commons-scxml:0.9'
// https://jarcasting.com/artifacts/commons-scxml/commons-scxml/
implementation ("commons-scxml:commons-scxml:0.9")
'commons-scxml:commons-scxml:jar:0.9'
<dependency org="commons-scxml" name="commons-scxml" rev="0.9">
<artifact name="commons-scxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-scxml', module='commons-scxml', version='0.9')
)
libraryDependencies += "commons-scxml" % "commons-scxml" % "0.9"
[commons-scxml "0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 |
| commons-digester : commons-digester | jar | 1.8 |
| commons-beanutils : commons-beanutils | jar | 1.7.0 |
| commons-jexl : commons-jexl Optional | jar | 1.1 |
| xalan : xalan Optional | jar | 2.6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-el : commons-el Optional | jar | 1.0 |
| javax.servlet : servlet-api Optional | jar | 2.4 |
| javax.servlet : jsp-api Optional | jar | 2.0 |
| org.apache.myfaces.core : myfaces-api Optional | jar | 1.1.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |