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
commons-logging commons-logging 1.1.1 jar The Apache Software License, Version 2.0
org.apache.jena apache-jena-libs 2.11.2 pom The Apache Software License, Version 2.0
org.biopax.paxtools paxtools-core 4.3.1 jar LGPL 2.0 license

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type License
log4j log4j 1.2.13 jar -

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
junit junit 4.10 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
com.fasterxml.jackson.core jackson-annotations 2.3.0 jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.core jackson-core 2.3.3 jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.core jackson-databind 2.3.3 jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.github.jsonld-java jsonld-java 0.4 jar Revised BSD License
commons-codec commons-codec 1.6 jar The Apache Software License, Version 2.0
commons-lang commons-lang 2.6 jar The Apache Software License, Version 2.0
net.sourceforge.collections collections-generic 4.01 jar Apache License V2.0
org.apache.httpcomponents httpclient 4.2.6 jar LICENSE.txt
org.apache.httpcomponents httpclient-cache 4.2.6 jar LICENSE.txt
org.apache.httpcomponents httpcore 4.2.5 jar LICENSE.txt
org.apache.jena jena-arq 2.11.2 jar The Apache Software License, Version 2.0
org.apache.jena jena-core 2.11.2 jar The Apache Software License, Version 2.0
org.apache.jena jena-iri 1.0.2 jar The Apache Software License, Version 2.0
org.apache.jena jena-tdb 1.0.2 jar The Apache Software License, Version 2.0
org.slf4j jcl-over-slf4j 1.7.6 jar MIT License
org.slf4j slf4j-api 1.7.6 jar MIT License
org.slf4j slf4j-log4j12 1.7.6 jar MIT License
xerces xercesImpl 2.11.0 jar The Apache Software License, Version 2.0
xml-apis xml-apis 1.4.01 jar The Apache Software License, Version 2.0-The SAX License-The W3C License

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
org.hamcrest hamcrest-core 1.1 jar BSD style

Project Dependency Graph

Dependency Tree

  • org.biopax.paxtools:json-converter:jar:4.3.1 Information
    • org.apache.jena:apache-jena-libs:pom:2.11.2 (compile) Information
      • org.apache.jena:jena-tdb:jar:1.0.2 (compile) Information
        • org.apache.jena:jena-arq:jar:2.11.2 (compile) Information
        • org.apache.jena:jena-core:jar:2.11.2 (compile) Information
          • org.apache.jena:jena-iri:jar:1.0.2 (compile) Information
          • xerces:xercesImpl:jar:2.11.0 (compile) Information
            • xml-apis:xml-apis:jar:1.4.01 (compile) Information
      • org.slf4j:slf4j-api:jar:1.7.6 (compile) Information
      • org.slf4j:slf4j-log4j12:jar:1.7.6 (compile) Information
    • org.biopax.paxtools:paxtools-core:jar:4.3.1 (compile) Information
    • commons-logging:commons-logging:jar:1.1.1 (compile) Information
    • log4j:log4j:jar:1.2.13 (runtime) Information
    • junit:junit:jar:4.10 (test) Information
      • org.hamcrest:hamcrest-core:jar:1.1 (test) Information

Licenses

BSD style: Hamcrest Core

GNU Lesser General Public License, Version 2.1: Jackson-annotations, Jackson-core, jackson-databind

The SAX License: XML Commons External Components XML APIs

Unknown: Log4j

LGPL 2.0 license: BioPAX to/from JSON Converter, Paxtools Core (BioPAX object model, I/O API, implementation and extras)

Apache License: Apache HttpClient, Apache HttpClient Cache, Apache HttpCore

MIT License: JCL 1.1.1 implemented over SLF4J, SLF4J API Module, SLF4J LOG4J-12 Binding

Revised BSD License: JSONLD Java :: Core

The W3C License: XML Commons External Components XML APIs

Apache License V2.0: larvalabs collections

The Apache Software License, Version 2.0: Apache Jena - ARQ (SPARQL 1.1 Query Engine), Apache Jena - Core, Apache Jena - IRI, Apache Jena - Libraries POM, Apache Jena - TDB (Native Triple Store), Commons Codec, Commons Lang, Commons Logging, Jackson-annotations, Jackson-core, XML Commons External Components XML APIs, Xerces2-j, jackson-databind

Common Public License Version 1.0: JUnit