Fork me on GitHub

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
ch.qos.logback logback-classic 1.2.3 jar Eclipse Public License - v 1.0GNU Lesser General Public License
ch.qos.logback logback-core 1.2.3 jar Eclipse Public License - v 1.0GNU Lesser General Public License
com.sun.activation javax.activation 1.2.0 jar CDDL/GPLv2+CE
com.sun.xml.bind jaxb-core 2.3.0.1 jar CDDL+GPL License
com.sun.xml.bind jaxb-impl 2.3.2 jar Eclipse Distribution License - v 1.0
commons-jxpath commons-jxpath 1.3 jar The Apache Software License, Version 2.0
de.isas.mztab jmztabm-api 1.0.4 jar The Apache License, Version 2.0
de.isas.mztab jmztabm-io 1.0.4 jar The Apache License, Version 2.0
javax.xml.bind jaxb-api 2.3.0 jar CDDL 1.1GPL2 w/ CPE
org.glassfish javax.el 3.0.1-b09 jar CDDL + GPLv2 with classpath exception
org.hibernate.validator hibernate-validator 6.0.7.Final jar Apache License 2.0
org.hibernate.validator hibernate-validator-annotation-processor 6.0.7.Final jar Apache License 2.0
org.slf4j slf4j-api 1.7.25 jar MIT License
org.springframework spring-aop 4.3.25.RELEASE jar Apache License, Version 2.0
org.springframework spring-beans 4.3.25.RELEASE jar Apache License, Version 2.0
org.springframework spring-context 4.3.25.RELEASE jar Apache License, Version 2.0
org.springframework spring-context-support 4.3.25.RELEASE jar Apache License, Version 2.0
org.springframework spring-core 4.3.25.RELEASE jar Apache License, Version 2.0
org.springframework spring-expression 4.3.25.RELEASE jar Apache License, Version 2.0
org.springframework spring-test 4.3.25.RELEASE jar Apache License, Version 2.0
org.springframework spring-web 4.3.25.RELEASE jar Apache License, Version 2.0
uk.ac.ebi.pride.utilities ols-client 2.11 jar Apache 2 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
de.isas.mztab jmztabm-test-utils 1.0.4 jar The Apache License, Version 2.0
junit junit 4.12 jar Eclipse Public License 1.0
org.hamcrest hamcrest-library 1.3 jar New BSD License
org.mockito mockito-core 2.19.0 jar The MIT 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
org.projectlombok lombok 1.18.4 jar The MIT 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
com.brsanthu migbase64 2.2 jar Prior BSD License
com.fasterxml classmate 1.3.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-annotations 2.9.9 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.9.9 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.9.9.2 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.dataformat jackson-dataformat-csv 2.9.9 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.9.9 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.datatype jackson-datatype-joda 2.9.9 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.module jackson-module-jaxb-annotations 2.9.9 jar The Apache Software License, Version 2.0
com.fasterxml.woodstox woodstox-core 5.1.0 jar The Apache License, Version 2.0
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0
io.swagger swagger-annotations 1.5.21 jar Apache License 2.0
javax.annotation javax.annotation-api 1.3.2 jar CDDL + GPLv2 with classpath exception
javax.validation validation-api 2.0.0.Final jar Apache License 2.0
joda-time joda-time 2.9.9 jar Apache 2
org.apache.commons commons-lang3 3.4 jar Apache License, Version 2.0
org.codehaus.woodstox stax2-api 3.1.4 jar The BSD License
org.jboss.logging jboss-logging 3.3.0.Final jar Apache License, version 2.0
org.slf4j jcl-over-slf4j 1.7.19 jar MIT License
uk.ac.ebi.pride.architectural pride-logging 1.0.0 pom Apache 2

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
net.bytebuddy byte-buddy 1.8.10 jar The Apache Software License, Version 2.0
net.bytebuddy byte-buddy-agent 1.8.10 jar The Apache Software License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.objenesis objenesis 2.6 jar Apache 2

Project Dependency Graph

Dependency Tree

Licenses

Apache License, version 2.0: JBoss Logging 3

CDDL 1.1: jaxb-api

The Apache License, Version 2.0: Woodstox, jmztabm-api, jmztabm-io, jmztabm-test-utils, jmztabm-validation

The BSD License: Stax2 API

Eclipse Public License 1.0: JUnit

MIT License: JCL 1.1.1 implemented over SLF4J, SLF4J API Module

GPL2 w/ CPE: jaxb-api

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

New BSD License: Hamcrest Core, Hamcrest library

Apache 2: Joda-Time, Objenesis, PRIDE Logging Subsytem Dependencies

CDDL/GPLv2+CE: JavaBeans Activation Framework

Apache License 2.0: Bean Validation API, Hibernate Validator Annotation Processor, Hibernate Validator Engine, swagger-annotations

The MIT License: Project Lombok, mockito-core

Apache License, Version 2.0: Apache Commons Lang, Spring AOP, Spring Beans, Spring Context, Spring Context Support, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, Spring Web

Eclipse Distribution License - v 1.0: Old JAXB Runtime

CDDL + GPLv2 with classpath exception: Expression Language 3.0, javax.annotation API

Prior BSD License: MiG Base64

Apache 2 License: ols-client

The Apache Software License, Version 2.0: Apache Commons Logging, Byte Buddy (without dependencies), Byte Buddy Java agent, ClassMate, Commons JXPath, Jackson module: JAXB Annotations, Jackson-annotations, Jackson-core, Jackson-dataformat-CSV, Jackson-dataformat-XML, Jackson-datatype-Joda, jackson-databind

CDDL+GPL License: Old JAXB Core

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

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
logback-classic-1.2.3.jar 290.3 kB 234 175 27 1.6 Yes
logback-core-1.2.3.jar 471.9 kB 419 373 36 1.6 Yes
migbase64-2.2.jar 8.9 kB 12 2 1 1.6 Yes
classmate-1.3.1.jar 64.8 kB 52 37 4 1.6 Yes
jackson-annotations-2.9.9.jar 66.9 kB 80 68 1 1.6 Yes
jackson-core-2.9.9.jar 325.6 kB 132 107 11 1.6 Yes
jackson-databind-2.9.9.2.jar 1.3 MB 658 624 20 1.7 Yes
jackson-dataformat-csv-2.9.9.jar 95.4 kB 47 32 2 1.7 Yes
jackson-dataformat-xml-2.9.9.jar 99.6 kB 69 47 6 1.7 Yes
jackson-datatype-joda-2.9.9.jar 70.8 kB 63 44 5 1.7 Yes
jackson-module-jaxb-annotations-2.9.9.jar 32.6 kB 28 12 3 1.7 Yes
woodstox-core-5.1.0.jar 513.6 kB 238 204 16 1.6 Yes
javax.activation-1.2.0.jar 78 kB 59 42 3 1.5 Yes
jaxb-core-2.3.0.1.jar 254.9 kB 255 179 23 1.7 Yes
jaxb-impl-2.3.2.jar 1 MB 807 642 25 1.7 Yes
commons-jxpath-1.3.jar 300 kB 208 180 16 1.3 Yes
commons-logging-1.2.jar 61.8 kB 42 28 2 1.2 Yes
api/target/classes - 0 0 0 - No
io/target/classes - 0 0 0 - No
test-utils/target/classes - 0 0 0 - No
swagger-annotations-1.5.21.jar 21.8 kB 41 31 1 1.7 Yes
javax.annotation-api-1.3.2.jar 26.6 kB 29 15 3 1.8 Yes
validation-api-2.0.0.Final.jar 93.1 kB 163 143 9 1.8 Yes
jaxb-api-2.3.0.jar 125.6 kB 136 111 7 - Yes
joda-time-2.9.9.jar 634 kB 763 247 7 1.5 Yes
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes
byte-buddy-1.8.10.jar 3 MB 2144 2095 36 1.6 Yes
byte-buddy-agent-1.8.10.jar 41.8 kB 39 29 1 1.6 Yes
commons-lang3-3.4.jar 434.7 kB 248 224 12 1.6 Yes
stax2-api-3.1.4.jar 161.9 kB 144 124 11 1.5 Yes
javax.el-3.0.1-b09.jar 237.8 kB 181 162 6 1.7 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
hamcrest-library-1.3.jar 53.1 kB 46 35 7 1.5 Yes
hibernate-validator-6.0.7.Final.jar 1.1 MB 909 799 72 1.8 Yes
hibernate-validator-annotation-processor-6.0.7.Final.jar 135.8 kB 110 91 6 1.8 Yes
jboss-logging-3.3.0.Final.jar 66.8 kB 60 48 1 1.6 Yes
mockito-core-2.19.0.jar 556.5 kB 602 531 64 1.6 Yes
objenesis-2.6.jar 55.7 kB 59 43 10 1.6 Yes
lombok-1.18.4.jar 1.7 MB 976 146 12 - Yes
jcl-over-slf4j-1.7.19.jar 16.4 kB 23 9 2 1.5 Yes
slf4j-api-1.7.25.jar 41.2 kB 46 34 4 1.5 Yes
spring-aop-4.3.25.RELEASE.jar 380 kB 306 269 17 1.6 Yes
spring-beans-4.3.25.RELEASE.jar 764.4 kB 463 408 15 1.6 Yes
spring-context-4.3.25.RELEASE.jar 1.1 MB 890 768 66 1.6 Yes
spring-context-support-4.3.25.RELEASE.jar 187.5 kB 142 118 14 1.6 Yes
spring-core-4.3.25.RELEASE.jar 1.1 MB 844 795 42 1.6 Yes
spring-expression-4.3.25.RELEASE.jar 275.5 kB 164 150 6 1.6 Yes
spring-test-4.3.25.RELEASE.jar 604.3 kB 487 447 31 1.6 Yes
spring-web-4.3.25.RELEASE.jar 829.2 kB 614 565 37 1.6 Yes
pride-logging-1.0.0.pom 2.4 kB - - - - -
ols-client-2.11.jar 57 kB 60 40 4 1.8 Yes
Total Size Entries Classes Packages Java Version Debug Information
51 19.4 MB 14467 11604 737 1.8 47
compile: 42 compile: 13.6 MB compile: 10226 compile: 8394 compile: 574 - compile: 39
test: 8 test: 4.1 MB test: 3265 test: 3064 test: 151 - test: 7
provided: 1 provided: 1.7 MB provided: 976 provided: 146 provided: 12 - provided: 1