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 |
---|---|---|---|---|---|
commons-cli | commons-cli | 1.1 | - | jar | |
commons-io | commons-io | 1.4 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
org.antlr | antlr | 3.1.3 | - | jar | |
org.antlr | antlr-runtime | 3.1.3 | - | jar | |
org.antlr | stringtemplate | 3.2 | - | 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 |
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 |
---|---|---|---|---|---|
ant | ant | 1.6.5 | - | 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 |
---|---|---|---|---|---|
antlr | antlr | 2.7.7 | - | jar | |
log4j | log4j | 1.2.12 | - | jar |
LegStar PL/I to COBOL Structure translator
Translates PL/I structures to COBOL structures
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 - log4j:log4j:jar:1.2.12
A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
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.
A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
Commons CLI provides a simple API for presenting, processing and validating a command line interface.
http://jakarta.apache.org/commons/cli/
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.