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.io7m.jequality io7m-jequality-core 1.0.2 jar ISC License
com.io7m.jfunctional io7m-jfunctional-core 1.1.0 jar ISC License
com.io7m.jlog io7m-jlog-core 3.1.0 jar ISC License
com.io7m.jnull io7m-jnull-core 1.0.1 jar ISC License
com.io7m.jparasol io7m-jparasol-compiler-core 0.11.3 jar ISC License
com.io7m.jparasol io7m-jparasol-compiler-glsl 0.11.3 jar ISC License
com.io7m.jparasol io7m-jparasol-metaserializer-protobuf 0.11.3 jar ISC License
com.io7m.jparasol io7m-jparasol-metaserializer-xml 0.11.3 jar ISC License
com.io7m.junreachable io7m-junreachable-core 1.0.1 jar ISC License
org.jgrapht jgrapht-core 0.9.0 jar GNU Lesser General Public License Version 2.1, February 1999-Eclipse Public License (EPL) 1.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
junit junit 4.11 jar Common Public License Version 1.0
org.reflections reflections 0.9.9-RC1 jar WTFPL

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.protobuf protobuf-java 2.6.1 jar New BSD license
com.io7m.jintegers io7m-jintegers-core 1.0.1 jar ISC License
com.io7m.jparasol io7m-jparasol-core 0.11.3 jar ISC License
com.io7m.jparasol io7m-jparasol-metaserializer 0.11.3 jar ISC License
com.io7m.jproperties io7m-jproperties-core 1.0.1 jar ISC License
com.io7m.xom xom 1.2.10 jar The GNU Lesser General Public License, Version 2.1
xalan xalan 2.7.0 jar -
xerces xercesImpl 2.8.0 jar The Apache Software License, Version 2.0
xml-apis xml-apis 1.0.b2 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
com.google.code.findbugs jsr305 1.3.9 jar The Apache Software License, Version 2.0
com.google.guava guava 11.0.2 jar The Apache Software License, Version 2.0
dom4j dom4j 1.6.1 jar -
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.javassist javassist 3.16.1-GA jar MPL 1.1-LGPL 2.1-Apache License 2.0

Project Dependency Graph

Dependency Tree

  • com.io7m.jparasol:io7m-jparasol-tests:jar:0.11.3 Information
    • junit:junit:jar:4.11 (test) Information
      • org.hamcrest:hamcrest-core:jar:1.3 (test) Information
    • org.reflections:reflections:jar:0.9.9-RC1 (test) Information
      • com.google.guava:guava:jar:11.0.2 (test) Information
      • org.javassist:javassist:jar:3.16.1-GA (test) Information
      • dom4j:dom4j:jar:1.6.1 (test) Information
        • xml-apis:xml-apis:jar:1.0.b2 (compile) Information
    • com.io7m.jparasol:io7m-jparasol-compiler-core:jar:0.11.3 (compile) Information
      • com.io7m.jparasol:io7m-jparasol-core:jar:0.11.3 (compile) Information
    • com.io7m.jparasol:io7m-jparasol-compiler-glsl:jar:0.11.3 (compile) Information
      • com.io7m.jparasol:io7m-jparasol-metaserializer:jar:0.11.3 (compile) Information
    • com.io7m.jparasol:io7m-jparasol-metaserializer-xml:jar:0.11.3 (compile) Information
      • com.io7m.xom:xom:jar:1.2.10 (compile) Information
        • xerces:xercesImpl:jar:2.8.0 (compile) Information
        • xalan:xalan:jar:2.7.0 (compile) Information
    • com.io7m.jparasol:io7m-jparasol-metaserializer-protobuf:jar:0.11.3 (compile) Information
    • com.io7m.jequality:io7m-jequality-core:jar:1.0.2 (compile) Information
    • com.io7m.jfunctional:io7m-jfunctional-core:jar:1.1.0 (compile) Information
    • com.io7m.jlog:io7m-jlog-core:jar:3.1.0 (compile) Information
    • com.io7m.jnull:io7m-jnull-core:jar:1.0.1 (compile) Information
    • com.io7m.junreachable:io7m-junreachable-core:jar:1.0.1 (compile) Information
    • org.jgrapht:jgrapht-core:jar:0.9.0 (compile) Information

Licenses

ISC License: io7m-jequality-core, io7m-jfunctional-core, io7m-jintegers-core, io7m-jlog-core, io7m-jnull-core, io7m-jparasol-compiler-core, io7m-jparasol-compiler-glsl, io7m-jparasol-core, io7m-jparasol-metaserializer, io7m-jparasol-metaserializer-protobuf, io7m-jparasol-metaserializer-xml, io7m-jparasol-tests, io7m-jproperties-core, io7m-junreachable-core

Eclipse Public License (EPL) 1.0: JGraphT - Core

New BSD License: Hamcrest Core

The GNU Lesser General Public License, Version 2.1: XOM

WTFPL: Reflections

Unknown: dom4j, xalan

New BSD license: Protocol Buffer Java API

Apache License 2.0: Javassist

GNU Lesser General Public License Version 2.1, February 1999: JGraphT - Core

LGPL 2.1: Javassist

MPL 1.1: Javassist

Common Public License Version 1.0: JUnit

The Apache Software License, Version 2.0: FindBugs-jsr305, Guava: Google Core Libraries for Java, XML Commons External Components XML APIs, Xerces2 Java Parser

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information Sealed
jsr305-1.3.9.jar 33.01 kB 72 35 3 1.5 Yes -
guava-11.0.2.jar 1.65 MB 1289 1266 12 1.5 Yes -
protobuf-java-2.6.1.jar 596.64 kB 286 276 1 1.5 Yes -
io7m-jequality-core-1.0.2.jar 12.45 kB 24 12 3 1.6 Yes sealed
Total Size Entries Classes Packages Java Version Debug Information Sealed
4 2.29 MB 1671 1589 19 1.6 4 1
compile: 2 compile: 609.10 kB compile: 310 compile: 288 compile: 4 - compile: 2 compile: 1
test: 2 test: 1.68 MB test: 1361 test: 1301 test: 15 - test: 2 -