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.biopax.paxtools paxtools-core 5.0.0 jar LGPL 2.0 license
org.slf4j slf4j-api 1.7.25 jar MIT License
psidev.psi.mi psi25-xml 1.8.5 jar The Apache Software License, Version 2.0
psidev.psi.mi psimitab 1.8.5 jar The Apache Software License, Version 2.0

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
org.slf4j jcl-over-slf4j 1.7.25 jar MIT License
org.slf4j jul-to-slf4j 1.7.25 jar MIT 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
ch.qos.logback logback-classic 1.1.2 jar Eclipse Public License - v 1.0-GNU Lesser General Public 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.google.guava guava r09 jar The Apache Software License, Version 2.0
cpdetector cpdetector 1.0.7 jar -
jargs jargs 1.0 jar -
javax.activation activation 1.1 jar Common Development and Distribution License (CDDL) v1.0
javax.activation com.springsource.javax.activation 1.1.1 jar -
javax.xml.stream com.springsource.javax.xml.stream 1.0.1 jar -
javax.xml.stream stax-api 1.0-2 jar GNU General Public Library-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
net.sourceforge.collections collections-generic 4.01 jar Apache License V2.0
org.antlr com.springsource.antlr 2.7.7 jar -
org.apache.commons com.springsource.org.apache.commons.collections 3.2.1 jar -
org.apache.commons com.springsource.org.apache.commons.io 1.4.0 jar -
org.apache.commons com.springsource.org.apache.commons.lang 2.4.0 jar -
org.apache.commons commons-lang3 3.4 jar Apache License, Version 2.0
org.apache.geronimo.specs geronimo-activation_1.1_spec 1.0.2 jar The Apache Software License, Version 2.0
org.apache.log4j com.springsource.org.apache.log4j 1.2.15 jar -
org.apache.servicemix.bundles org.apache.servicemix.bundles.jaxb-impl 2.2.4_2 jar The Apache Software License, Version 2.0
org.apache.servicemix.specs org.apache.servicemix.specs.jaxb-api-2.2 2.1.0 jar The Apache Software License, Version 2.0
org.apache.servicemix.specs org.apache.servicemix.specs.stax-api-1.0 2.1.0 jar The Apache Software License, Version 2.0
org.mozilla.intl chardet 1.0 jar -
psidev.psi.tools xxindex 0.11 jar The Apache Software License, Version 2.0

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
ch.qos.logback logback-core 1.1.2 jar Eclipse Public License - v 1.0-GNU Lesser General Public License
org.hamcrest hamcrest-core 1.1 jar BSD style

Project Dependency Graph

Dependency Tree

  • org.biopax.paxtools:psimi-converter:jar:5.0.0 Information
    • org.biopax.paxtools:paxtools-core:jar:5.0.0 (compile) Information
    • psidev.psi.mi:psi25-xml:jar:1.8.5 (compile) Information
      • psidev.psi.tools:xxindex:jar:0.11 (compile) Information
        • org.apache.commons:com.springsource.org.apache.commons.io:jar:1.4.0 (compile) Information
        • cpdetector:cpdetector:jar:1.0.7 (compile) Information
          • org.antlr:com.springsource.antlr:jar:2.7.7 (compile) Information
          • jargs:jargs:jar:1.0 (compile) Information
          • org.mozilla.intl:chardet:jar:1.0 (compile) Information
        • org.apache.log4j:com.springsource.org.apache.log4j:jar:1.2.15 (compile) Information
      • org.apache.servicemix.specs:org.apache.servicemix.specs.jaxb-api-2.2:jar:2.1.0 (compile) Information
      • org.apache.servicemix.bundles:org.apache.servicemix.bundles.jaxb-impl:jar:2.2.4_2 (compile) Information
      • javax.activation:com.springsource.javax.activation:jar:1.1.1 (compile) Information
      • javax.xml.stream:com.springsource.javax.xml.stream:jar:1.0.1 (compile) Information
    • psidev.psi.mi:psimitab:jar:1.8.5 (compile) Information
      • org.apache.commons:com.springsource.org.apache.commons.collections:jar:3.2.1 (compile) Information
      • org.apache.commons:com.springsource.org.apache.commons.lang:jar:2.4.0 (compile) Information
      • com.google.guava:guava:jar:r09 (compile) Information
    • org.slf4j:slf4j-api:jar:1.7.25 (compile) Information
    • org.slf4j:jcl-over-slf4j:jar:1.7.25 (runtime) Information
    • org.slf4j:jul-to-slf4j:jar:1.7.25 (runtime) Information
    • ch.qos.logback:logback-classic:jar:1.1.2 (test) Information
    • junit:junit:jar:4.10 (test) Information
      • org.hamcrest:hamcrest-core:jar:1.1 (test) Information

Licenses

MIT License: JCL 1.2 implemented over SLF4J, JUL to SLF4J bridge, SLF4J API Module

Apache License V2.0: larvalabs collections

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

BSD style: Hamcrest Core

GNU General Public Library: Streaming API for XML

Unknown: chardet, com.springsource.antlr, com.springsource.javax.activation, com.springsource.javax.xml.stream, com.springsource.org.apache.commons.collections, com.springsource.org.apache.commons.io, com.springsource.org.apache.commons.lang, com.springsource.org.apache.log4j, cpdetector, jargs

LGPL 2.0 license: PSI-MI/MITAB to BioPAX Converter, Paxtools Core (BioPAX object model, I/O API, implementation and extras)

Apache License, Version 2.0: Apache Commons Lang

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: Streaming API for XML

Common Development and Distribution License (CDDL) v1.0: JavaBeans Activation Framework (JAF)

The Apache Software License, Version 2.0: Activation 1.1, Apache ServiceMix :: Bundles :: jaxb-impl, Apache ServiceMix :: Specs :: JAXB API 2.2, Apache ServiceMix :: Specs :: Stax API 1.0, Guava (Google Common Libraries), PSI :: PSI-MI TABular format tools, PSI :: PSI-MI XML 2.5 Library, PSI :: Tools :: Xml XPath Indexer

Common Public License Version 1.0: JUnit

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module