The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| net.sf.talante | talante-framework | 0.1-SNAPSHOT | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 3.8.1 | - | jar | |
| org.easymock | easymock | 2.2 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| net.sf.talante | talante-cartridge | 0.1-SNAPSHOT | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| log4j | log4j | 1.2.14 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| antlr | antlr | 2.7.6rc1 | - | jar | |
| avalon-framework | avalon-framework | 4.1.3 | - | jar | |
| commons-cli | commons-cli | 1.0 | - | jar | |
| commons-lang | commons-lang | 2.0 | - | jar | |
| commons-logging | commons-logging | 1.1 | - | jar | |
| dom4j | dom4j | 1.6 | - | jar | |
| jalopy | jalopy | 1.5b5 | - | jar | |
| javax.servlet | servlet-api | 2.3 | - | jar | |
| logkit | logkit | 1.0.1 | - | jar | |
| org.eclipse.emf | common | 2.2.1 | - | jar | |
| org.eclipse.emf | ecore | 2.2.1 | - | jar | |
| org.eclipse.emf | ecore-xmi | 2.2.1 | - | jar | |
| org.eclipse.emf | mapping-ecore2xml | 2.2.1 | - | jar | |
| org.eclipse.uml2 | common | 1.2.1 | - | jar | |
| org.eclipse.uml2 | uml | 2.0.1 | - | jar | |
| org.eclipse.uml2 | uml-ecore-importer | 2.0.0 | - | jar | |
| org.eclipse.uml2 | uml-resources | 2.0.1 | - | jar | |
| org.openarchitectureware | oaw-core-check | 4.1.1 | - | jar | |
| org.openarchitectureware | oaw-core-emftools | 4.1.1 | - | jar | |
| org.openarchitectureware | oaw-core-expressions | 4.1.1 | - | jar | |
| org.openarchitectureware | oaw-core-workflow | 4.1.1 | - | jar | |
| org.openarchitectureware | oaw-core-xpand2 | 4.1.1 | - | jar | |
| org.openarchitectureware | oaw-uml2-adapter | 4.1.1 | - | jar | |
| xml-apis | xml-apis | 1.0.b2 | - | jar |
The Talante reference contains samples, which have been generated with the talante cartridge.
http://talante.sourceforge.net/talante-reference
The Talante framework provides a java runtime environment to execute UML 2 state machines.
http://talante.sourceforge.net/talante-framework
Log4j
http://logging.apache.org/log4j/docs/
The Talante cartridge provides a java code generator using openArchitectureWare. The generator reads EMF/UML 2 models and generates executable code based on the Talante Framework.
http://talante.sourceforge.net/talante-cartridge
Unnamed - org.openarchitectureware:oaw-core-check:jar:4.1.1
Check language
Unnamed - org.openarchitectureware:oaw-core-emftools:jar:4.1.1
EMF adapters
Unnamed - org.eclipse.emf:ecore:jar:2.2.1
Unnamed - org.eclipse.emf:common:jar:2.2.1
Unnamed - org.eclipse.emf:ecore-xmi:jar:2.2.1
Unnamed - org.openarchitectureware:oaw-core-expressions:jar:4.1.1
expressions and xtend language
Unnamed - antlr:antlr:jar:2.7.6rc1
Unnamed - org.openarchitectureware:oaw-core-workflow:jar:4.1.1
openArchitectureWare workflow engine
Commons CLI provides a simple API for working with the command line arguments and options.
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - logkit:logkit:jar:1.0.1
Unnamed - avalon-framework:avalon-framework:jar:4.1.3
Unnamed - javax.servlet:servlet-api:jar:2.3
Unnamed - org.openarchitectureware:oaw-core-xpand2:jar:4.1.1
Xpand2 language
dom4j: the flexible XML framework for Java
XML Commons External Components XML APIs
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.
http://xml.apache.org/commons/#external
Unnamed - jalopy:jalopy:jar:1.5b5
Unnamed - org.openarchitectureware:oaw-uml2-adapter:jar:4.1.1
Eclipse UML2 adapter
Unnamed - org.eclipse.uml2:common:jar:1.2.1
Unnamed - org.eclipse.uml2:uml:jar:2.0.1
Unnamed - org.eclipse.uml2:uml-ecore-importer:jar:2.0.0
Unnamed - org.eclipse.uml2:uml-resources:jar:2.0.1
Unnamed - org.eclipse.emf:mapping-ecore2xml:jar:2.2.1
Unnamed - junit:junit:jar:3.8.1
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism