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 |
---|---|---|---|---|
net.krotscheck | knet-utils | 1.0.2 | jar | Apache License, Version 2.0 |
org.slf4j | slf4j-api | 1.7.5 | 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-core | 1.0.13 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
junit | junit | 4.11 | jar | Common Public License Version 1.0 |
org.mockito | mockito-all | 1.9.5 | jar | The MIT License |
org.powermock | powermock-api-mockito | 1.5.5 | jar | The Apache Software License, Version 2.0 |
org.powermock | powermock-module-junit4 | 1.5.5 | jar | The Apache Software License, Version 2.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 |
---|---|---|---|---|
commons-io | commons-io | 2.4 | 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 |
---|---|---|---|---|
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.javassist | javassist | 3.18.2-GA | jar | MPL 1.1-LGPL 2.1-Apache License 2.0 |
org.objenesis | objenesis | 2.1 | jar | Apache 2 |
org.powermock | powermock-api-support | 1.5.5 | jar | The Apache Software License, Version 2.0 |
org.powermock | powermock-core | 1.5.5 | jar | The Apache Software License, Version 2.0 |
org.powermock | powermock-module-junit4-common | 1.5.5 | jar | The Apache Software License, Version 2.0 |
org.powermock | powermock-reflect | 1.5.5 | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- net.krotscheck.dfr:data-file-reader:pom:1.0.10
data-file-reader Description: A library which reads and writes table-like streams of rows from common file formats.
URL: https://github.com/krotscheck/dfr
Project License: Apache License, Version 2.0
- org.slf4j:slf4j-api:jar:1.7.5 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- ch.qos.logback:logback-core:jar:1.0.13 (test)
Logback Core Module Description: logback-core module
Project License: Eclipse Public License - v 1.0GNU Lesser General Public License
- junit:junit:jar:4.11 (test)
JUnit Description: JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
URL: http://junit.org
Project License: Common Public License Version 1.0
- org.hamcrest:hamcrest-core:jar:1.3 (test)
Hamcrest Core Description: This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-core
Project License: New BSD License
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.mockito:mockito-all:jar:1.9.5 (test)
Mockito Description: Mock objects library for java
Project License: The MIT License
- org.powermock:powermock-module-junit4:jar:1.5.5 (test)
powermock-module-junit4 Description: PowerMock support module for JUnit 4.x.
Project License: The Apache Software License, Version 2.0
- org.powermock:powermock-module-junit4-common:jar:1.5.5 (test)
powermock-module-junit4-common Description: PowerMock support module for all versions of JUnit 4.x.
URL: http://www.powermock.org/powermock-modules/powermock-module-junit4-common
Project License: The Apache Software License, Version 2.0
- org.powermock:powermock-core:jar:1.5.5 (test)
powermock-core Description: PowerMock core functionality.
Project License: The Apache Software License, Version 2.0
- org.javassist:javassist:jar:3.18.2-GA (test)
Javassist Description: Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.
URL: http://www.javassist.org/
Project License: MPL 1.1LGPL 2.1Apache License 2.0
- org.javassist:javassist:jar:3.18.2-GA (test)
- org.powermock:powermock-reflect:jar:1.5.5 (test)
powermock-reflect Description: Various utilities for accessing internals of a class.
URL: http://www.powermock.org/powermock-reflect
Project License: The Apache Software License, Version 2.0
- org.objenesis:objenesis:jar:2.1 (test)
Objenesis Description: A library for instantiating Java objects
URL: http://objenesis.org
Project License: Apache 2
- org.objenesis:objenesis:jar:2.1 (test)
- org.powermock:powermock-core:jar:1.5.5 (test)
- org.powermock:powermock-module-junit4-common:jar:1.5.5 (test)
- org.powermock:powermock-api-mockito:jar:1.5.5 (test)
powermock-api-mockito Description: PowerMock API for Mockito.
URL: http://www.powermock.org/powermock-api/powermock-api-mockito
Project License: The Apache Software License, Version 2.0
- org.powermock:powermock-api-support:jar:1.5.5 (test)
powermock-api-support Description: Utility classes.
URL: http://www.powermock.org/powermock-api/powermock-api-support
Project License: The Apache Software License, Version 2.0
- org.powermock:powermock-api-support:jar:1.5.5 (test)
- net.krotscheck:knet-utils:jar:1.0.2 (compile)
knet-utils Description: Common utilities useful for java development.
URL: https://github.com/krotscheck/knet-utils
Project License: Apache License, Version 2.0
- commons-io:commons-io:jar:2.4 (compile)
Commons IO Description: The Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.
URL: http://commons.apache.org/io/
Project License: The Apache Software License, Version 2.0
- commons-io:commons-io:jar:2.4 (compile)
- org.slf4j:slf4j-api:jar:1.7.5 (compile)
Licenses
Apache 2: Objenesis
Apache License 2.0: Javassist
MIT License: SLF4J API Module
The MIT License: Mockito
Apache License, Version 2.0: data-file-reader, knet-utils
LGPL 2.1: Javassist
GNU Lesser General Public License: Logback Core Module
MPL 1.1: Javassist
New BSD License: Hamcrest Core
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Commons IO, powermock-api-mockito, powermock-api-support, powermock-core, powermock-module-junit4, powermock-module-junit4-common, powermock-reflect
Eclipse Public License - v 1.0: Logback Core Module
Dependency File Details
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
logback-core-1.0.13.jar | 409.05 kB | 391 | 349 | 32 | 1.5 | debug |
commons-io-2.4.jar | 180.80 kB | 128 | 110 | 6 | 1.6 | debug |
junit-4.11.jar | 239.30 kB | 266 | 233 | 28 | 1.5 | debug |
knet-utils-1.0.2.jar | 6.52 kB | 14 | 3 | 2 | 1.6 | debug |
hamcrest-core-1.3.jar | 43.97 kB | 52 | 45 | 3 | 1.5 | debug |
javassist-3.18.2-GA.jar | 697.78 kB | 414 | 390 | 17 | 1.6 | debug |
mockito-all-1.9.5.jar | 1.51 MB | 1,372 | 698 | 74 | 1.5 | debug |
objenesis-2.1.jar | 40.78 kB | 52 | 37 | 9 | 1.5 | debug |
powermock-api-mockito-1.5.5.jar | 69.08 kB | 83 | 56 | 14 | 1.5 | debug |
powermock-api-support-1.5.5.jar | 18.49 kB | 28 | 14 | 4 | 1.5 | debug |
powermock-core-1.5.5.jar | 84.00 kB | 93 | 67 | 16 | 1.5 | debug |
powermock-module-junit4-1.5.5.jar | 23.69 kB | 26 | 12 | 3 | 1.5 | debug |
powermock-module-junit4-common-1.5.5.jar | 13.66 kB | 22 | 8 | 2 | 1.5 | debug |
powermock-reflect-1.5.5.jar | 42.67 kB | 41 | 24 | 8 | 1.5 | debug |
slf4j-api-1.7.5.jar | 25.47 kB | 34 | 23 | 3 | 1.5 | debug |
15 | 3.36 MB | 3,016 | 2,069 | 221 | 1.6 | 15 |
compile: 3 | compile: 212.79 kB | compile: 176 | compile: 136 | compile: 11 | - | compile: 3 |
test: 12 | test: 3.15 MB | test: 2,840 | test: 1,933 | test: 210 | - | test: 12 |