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 Licenses
org.irods.jargon jargon-core 3.3.1.1 jar -
org.slf4j slf4j-api 1.6.1 jar MIT License
org.slf4j slf4j-log4j12 1.6.1 jar MIT 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 Licenses
fr.in2p3.jsaga.adaptor jsaga-adaptor-globus 1.2.0-SNAPSHOT jar GNU Lesser General Public 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 Licenses
fr.in2p3.jsaga jsaga-engine 1.2.0-SNAPSHOT jar GNU Lesser General Public License
org.ogf.saga saga-api-test 1.2.0-SNAPSHOT jar GNU Lesser General Public License

provided

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 Type Licenses
fr.in2p3.jsaga jsaga-adaptoritf 1.2.0-SNAPSHOT jar GNU Lesser General Public License

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 Licenses
commons-codec commons-codec 1.4 jar The Apache Software License, Version 2.0
commons-io commons-io 2.1 jar The Apache Software License, Version 2.0
log4j log4j 1.2.16 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 Licenses
commons-logging commons-logging 1.1.1 jar The Apache Software License, Version 2.0
org.bouncycastle bcmail-jdk16 1.46 jar Bouncy Castle Licence
org.bouncycastle bcprov-jdk16 1.46 jar Bouncy Castle Licence
org.jglobus gram 2.0.7-custom4 jar -
org.jglobus gridftp 2.0.7-custom4 jar -
org.jglobus gss 2.0.7-custom4 jar -
org.jglobus io 2.0.7-custom4 jar -
org.jglobus jsse 2.0.7-custom4 jar -
org.jglobus myproxy 2.0.7-custom4 jar -
org.jglobus ssl-proxies 2.0.7-custom4 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 Classifier Type Licenses
castor castor 1.0 xml jar -
commons-cli commons-cli 1.1 - jar /LICENSE.txt
junit junit 4.11 - jar Common Public License Version 1.0
org.hamcrest hamcrest-core 1.3 - jar New BSD License
xerces xercesImpl 2.6.2 - jar -
xml-apis xml-apis 1.3.04 - jar The Apache Software License, Version 2.0

provided

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 Type Licenses
com.thoughtworks.xstream xstream 1.4.3 jar BSD style
org.apache.directory.studio org.apache.commons.codec 1.6 jar The Apache Software License, Version 2.0
org.ogf.saga saga-api 1.1.1-rm jar Vrije Universiteit License
xmlpull xmlpull 1.1.3.1 jar Public Domain
xpp3 xpp3_min 1.1.4c jar Indiana University Extreme! Lab Software License, vesion 1.1.1-Public Domain

Project Dependency Graph

Dependency Tree

  • fr.in2p3.jsaga.adaptor:sources:zip:jsaga-adaptor-irods:latest [Information]
    • fr.in2p3.jsaga.adaptor:jsaga-adaptor-globus:jar:1.2.0-SNAPSHOT (runtime) [Information]
      • org.jglobus:io:jar:2.0.7-custom4 (runtime) [Information]
        • org.jglobus:gridftp:jar:2.0.7-custom4 (runtime) [Information]
        • org.jglobus:gram:jar:2.0.7-custom4 (runtime) [Information]
      • org.jglobus:myproxy:jar:2.0.7-custom4 (runtime) [Information]
        • org.jglobus:gss:jar:2.0.7-custom4 (runtime) [Information]
          • org.jglobus:jsse:jar:2.0.7-custom4 (runtime) [Information]
            • org.jglobus:ssl-proxies:jar:2.0.7-custom4 (runtime) [Information]
              • org.bouncycastle:bcmail-jdk16:jar:1.46 (runtime) [Information]
                • org.bouncycastle:bcprov-jdk16:jar:1.46 (runtime) [Information]
    • org.irods.jargon:jargon-core:jar:3.3.1.1 (compile) [Information]
    • org.slf4j:slf4j-api:jar:1.6.1 (compile) [Information]
    • org.slf4j:slf4j-log4j12:jar:1.6.1 (compile) [Information]
    • fr.in2p3.jsaga:jsaga-adaptoritf:jar:1.2.0-SNAPSHOT (provided) [Information]
    • org.ogf.saga:saga-api-test:jar:1.2.0-SNAPSHOT (test) [Information]
      • junit:junit:jar:4.11 (test) [Information]
        • org.hamcrest:hamcrest-core:jar:1.3 (test) [Information]
    • fr.in2p3.jsaga:jsaga-engine:jar:1.2.0-SNAPSHOT (test) [Information]
      • commons-cli:commons-cli:jar:1.1 (test) [Information]
      • castor:castor:jar:xml:1.0 (test) [Information]
      • xerces:xercesImpl:jar:2.6.2 (test) [Information]
      • xml-apis:xml-apis:jar:1.3.04 (test) [Information]

Licenses

BSD style: XStream Core

Public Domain: MXP1: Xml Pull Parser 3rd Edition (XPP3), XML Pull Parsing API

New BSD License: Hamcrest Core

Unknown: Jargon Core, castor, gram, gridftp, gss, io, jsse, myproxy, sources, ssl-proxies, xercesImpl

Bouncy Castle Licence: Bouncy Castle CMS and S/MIME API, Bouncy Castle Provider

Common Public License Version 1.0: JUnit

MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding

The Apache Software License, Version 2.0: Apache Commons Codec (for Apache Directory Studio), Apache Log4j, CLI, Commons Codec, Commons IO, Commons Logging, XML Commons External Components XML APIs

GNU Lesser General Public License: Adaptors for Globus Toolkit, Interfaces for adaptors, JSAGA Engine, The integration test suite for adaptors

Indiana University Extreme! Lab Software License, vesion 1.1.1: MXP1: Xml Pull Parser 3rd Edition (XPP3)

Vrije Universiteit License: The SAGA Interfaces

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
castor-1.0-xml.jar 1.3 MB 797 734 34 1.2 Yes
xstream-1.4.3.jar 481.8 kB 430 400 21 1.5 Yes
commons-cli-1.1.jar 36.2 kB 30 22 1 1.3 Yes
commons-codec-1.4.jar 58.2 kB 47 30 5 1.4 Yes
commons-io-2.1.jar 163.2 kB 122 104 6 1.5 Yes
commons-logging-1.1.1.jar 60.7 kB 42 28 2 1.1 Yes
jsaga-adaptoritf-1.2.0-SNAPSHOT.jar 92.3 kB 155 119 26 1.6 Yes
jsaga-engine-1.2.0-SNAPSHOT.jar 1.1 MB 863 758 65 1.6 Yes
jsaga-adaptor-globus-1.2.0-SNAPSHOT.jar 87.6 kB 67 47 4 1.6 Yes
junit-4.11.jar 245 kB 266 233 28 1.5 Yes
log4j-1.2.16.jar 481.5 kB 346 308 20 1.1 Yes
org.apache.commons.codec-1.6.jar 190.9 kB 7 0 0 - No
bcmail-jdk16-1.46.jar 501.5 kB 426 395 23 1.6 No
bcprov-jdk16-1.46.jar 1.9 MB 1636 1547 82 1.6 No
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
jargon-core-3.3.1.1.jar 742.1 kB 377 343 19 1.6 Yes
gram-2.0.7-custom4.jar 73.1 kB 50 36 4 1.5 Yes
gridftp-2.0.7-custom4.jar 166.1 kB 135 119 7 1.5 Yes
gss-2.0.7-custom4.jar 103.8 kB 76 54 9 1.5 Yes
io-2.0.7-custom4.jar 43.2 kB 40 24 5 1.5 Yes
jsse-2.0.7-custom4.jar 10.9 kB 16 4 1 1.5 Yes
myproxy-2.0.7-custom4.jar 40.2 kB 26 16 1 1.5 Yes
ssl-proxies-2.0.7-custom4.jar 244.6 kB 179 145 17 1.5 Yes
saga-api-1.1.1-rm.jar 89.6 kB 128 95 24 1.6 Yes
saga-api-test-1.2.0-SNAPSHOT.jar 83.3 kB 70 47 14 1.6 Yes
slf4j-api-1.6.1.jar 25.5 kB 34 23 3 1.3 Yes
slf4j-log4j12-1.6.1.jar 9.8 kB 16 6 1 1.3 Yes
xercesImpl-2.6.2.jar 1 MB 845 784 37 1.1 No
xml-apis-1.3.04.jar 194.4 kB 344 303 25 1.1 No
xmlpull-1.1.3.1.jar 7.2 kB 10 4 1 1.2 Yes
xpp3_min-1.1.4c.jar 25 kB 12 3 2 1.1 Yes
Total Size Entries Classes Packages Java Version Debug Information
31 9.7 MB 7644 6776 490 1.6 26
compile: 6 compile: 1.5 MB compile: 942 compile: 814 compile: 54 - compile: 6
test: 8 test: 4.1 MB test: 3267 test: 2926 test: 207 - test: 6
runtime: 11 runtime: 3.2 MB runtime: 2693 runtime: 2415 runtime: 155 - runtime: 9
provided: 6 provided: 886.7 kB provided: 742 provided: 621 provided: 74 - provided: 5