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 |
---|
log4j | log4j | 1.2.8 | jar | - |
org.antlr | antlr | 3.0.1 | jar | BSD licence |
test
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 | Type | License |
---|
com.oracle | ojdbc5 | 11.1.0.7.0 | jar | - |
junit | junit | 3.8.1 | jar | Common Public License Version 1.0 |
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.1-b1 | jar | BSD licence |
Project Dependency Graph
Dependency Tree
- uk.ac.ebi.biobabel:biobabel-db:jar:1.3.7
- junit:junit:jar:3.8.1 (test)
- com.oracle:ojdbc5:jar:11.1.0.7.0 (test)
ojdbc5 |
---|
Description: There is currently no description associated with this project. Project License: No project license is defined for this project. |
- org.antlr:antlr:jar:3.0.1 (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://antlr.org/ Project License: BSD licence |
- org.antlr:stringtemplate:jar:3.1-b1 (compile)
StringTemplate Template Engine |
---|
Description: StringTemplate is a java template engine (with ports for C# and Python) for generating source code, web pages, emails, or any other formatted text output. 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 |
- log4j:log4j:jar:1.2.8 (compile)
log4j |
---|
Description: There is currently no description associated with this project. Project License: No project license is defined for this project. |
Licenses
Unknown: Database utilities, log4j, ojdbc5
BSD License: AntLR Parser Generator
BSD licence: AntLR Parser Generator, StringTemplate Template Engine
Common Public License Version 1.0: JUnit