Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | License |
---|
org.antlr | antlr-runtime | 3.3 | jar | - |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | License |
---|
antlr | antlr | 2.7.7 | jar | BSD License |
org.antlr | stringtemplate | 3.2.1 | jar | BSD licence |
Project Dependency Graph
Dependency Tree
- org.codehaus.preon:preon-el:jar:1.1-SNAPSHOT

- org.antlr:antlr-runtime:jar:3.3 (compile)

Antlr 3 Runtime |
---|
Description: A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions. URL: http://www.antlr.org Project License: No project license is defined for this project. |
- org.antlr:stringtemplate:jar:3.2.1 (compile)

ANTLR StringTemplate |
---|
Description: StringTemplate is a java template engine for generating source code,
web pages, emails, or any other formatted text output.
StringTemplate is particularly good at multi-targeted code generators,
multiple site skins, and internationalization/localization.
It evolved over years of effort developing jGuru.com.
StringTemplate also generates the stringtemplate website: http://www.stringtemplate.org
and powers the ANTLR v3 code generator. Its distinguishing characteristic
is that unlike other engines, it strictly enforces model-view separation.
Strict separation makes websites and code generators more flexible
and maintainable; it also provides an excellent defense against malicious
template authors.
There are currently about 600 StringTemplate source downloads a month. URL: http://www.stringtemplate.org Project License: BSD licence |
- antlr:antlr:jar:2.7.7 (compile)

AntLR Parser Generator |
---|
Description: A framework for constructing recognizers, compilers,
and translators from grammatical descriptions containing
Java, C#, C++, or Python actions. URL: http://www.antlr.org/ Project License: BSD License |
- junit:junit:jar:4.8.1 (test)

- org.easymock:easymock:jar:2.3 (test)

EasyMock |
---|
Description: EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism URL: http://www.easymock.org Project License: MIT License |
Licenses
GNU General Public License, version 2, with the Classpath Exception: Preon EL
Unknown: Antlr 3 Runtime
BSD License: AntLR Parser Generator
BSD licence: ANTLR StringTemplate
Common Public License Version 1.0: JUnit
MIT License: EasyMock