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 |
| org.netlib.jlapack |
blas |
0.8 |
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 |
Type |
| junit |
junit |
4.5 |
jar |
| org.easytesting |
fest-assert |
1.1 |
jar |
| org.powermock.api |
powermock-api-mockito |
1.2.5 |
jar |
| org.powermock.modules |
powermock-module-junit4 |
1.2.5 |
jar |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
Project Dependency Graph
Dependency Tree
- liblinear:liblinear:jar:1.51

- org.netlib.jlapack:blas:jar:0.8 (compile)

| Unnamed - org.netlib.jlapack:blas:pom:0.8 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- org.powermock.modules:powermock-module-junit4:jar:1.2.5 (test)

| powermock-module-junit4 |
Description: PowerMock allows you to unit test code normally regarded as untestable.
For instance it is
possible to mock static methods, remove static initializers,
allow mocking without dependency injection and more.
PowerMock works by bytecode manipulation.
PowerMock also contain some utilities that gives you easier access to
an objects internal state.
PowerMock can be used to test otherwise untestable code and also to achieve
a cleaner separation between test and production code.
URL: http://www.powermock.org
Project License: The Apache Software License, Version 2.0
|
- junit:junit:jar:4.5 (test)

- org.powermock.modules:powermock-module-junit4-common:jar:1.2.5 (test)

| powermock-module-junit4-common |
Description: PowerMock allows you to unit test code normally regarded as untestable.
For instance it is
possible to mock static methods, remove static initializers,
allow mocking without dependency injection and more.
PowerMock works by bytecode manipulation.
PowerMock also contain some utilities that gives you easier access to
an objects internal state.
PowerMock can be used to test otherwise untestable code and also to achieve
a cleaner separation between test and production code.
URL: http://maven.apache.org
Project License: The Apache Software License, Version 2.0
|
- junit:junit:jar:4.5 (test)

- org.powermock:powermock-core:jar:1.2.5 (test)

| powermock-core |
Description: PowerMock allows you to unit test code normally regarded as untestable.
For instance it is
possible to mock static methods, remove static initializers,
allow mocking without dependency injection and more.
PowerMock works by bytecode manipulation.
PowerMock also contain some utilities that gives you easier access to
an objects internal state.
PowerMock can be used to test otherwise untestable code and also to achieve
a cleaner separation between test and production code.
URL: http://www.powermock.org
Project License: The Apache Software License, Version 2.0
|
- org.powermock.reflect:powermock-reflect:jar:1.2.5 (test)

| powermock-reflect |
Description: PowerMock allows you to unit test code normally regarded as untestable.
For instance it is
possible to mock static methods, remove static initializers,
allow mocking without dependency injection and more.
PowerMock works by bytecode manipulation.
PowerMock also contain some utilities that gives you easier access to
an objects internal state.
PowerMock can be used to test otherwise untestable code and also to achieve
a cleaner separation between test and production code.
URL: http://maven.apache.org
Project License: The Apache Software License, Version 2.0
|
- org.powermock.api:powermock-api-mockito:jar:1.2.5 (test)

| powermock-api-mockito |
Description: PowerMock allows you to unit test code normally regarded as untestable.
For instance it is
possible to mock static methods, remove static initializers,
allow mocking without dependency injection and more.
PowerMock works by bytecode manipulation.
PowerMock also contain some utilities that gives you easier access to
an objects internal state.
PowerMock can be used to test otherwise untestable code and also to achieve
a cleaner separation between test and production code.
URL: http://maven.apache.org
Project License: The Apache Software License, Version 2.0
|
- org.mockito:mockito-all:jar:1.7 (test)

- org.powermock:powermock-core:jar:1.2.5 (test)

| powermock-core |
Description: PowerMock allows you to unit test code normally regarded as untestable.
For instance it is
possible to mock static methods, remove static initializers,
allow mocking without dependency injection and more.
PowerMock works by bytecode manipulation.
PowerMock also contain some utilities that gives you easier access to
an objects internal state.
PowerMock can be used to test otherwise untestable code and also to achieve
a cleaner separation between test and production code.
URL: http://www.powermock.org
Project License: The Apache Software License, Version 2.0
|
- org.powermock.reflect:powermock-reflect:jar:1.2.5 (test)

| powermock-reflect |
Description: PowerMock allows you to unit test code normally regarded as untestable.
For instance it is
possible to mock static methods, remove static initializers,
allow mocking without dependency injection and more.
PowerMock works by bytecode manipulation.
PowerMock also contain some utilities that gives you easier access to
an objects internal state.
PowerMock can be used to test otherwise untestable code and also to achieve
a cleaner separation between test and production code.
URL: http://maven.apache.org
Project License: The Apache Software License, Version 2.0
|
- javassist:javassist:jar:3.9.0.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: No project license is defined for this project.
|
- org.powermock.reflect:powermock-reflect:jar:1.2.5 (test)

| powermock-reflect |
Description: PowerMock allows you to unit test code normally regarded as untestable.
For instance it is
possible to mock static methods, remove static initializers,
allow mocking without dependency injection and more.
PowerMock works by bytecode manipulation.
PowerMock also contain some utilities that gives you easier access to
an objects internal state.
PowerMock can be used to test otherwise untestable code and also to achieve
a cleaner separation between test and production code.
URL: http://maven.apache.org
Project License: The Apache Software License, Version 2.0
|
- org.objenesis:objenesis:jar:1.1 (test)

- junit:junit:jar:4.5 (test)

- org.easytesting:fest-assert:jar:1.1 (test)

- org.easytesting:fest-util:jar:1.1 (test)

Licenses
Unknown: Javassist, Unnamed - org.netlib.jlapack:blas:pom:0.8, liblinear
The Apache Software License, Version 2.0: powermock-api-mockito, powermock-core, powermock-module-junit4, powermock-module-junit4-common, powermock-reflect
MIT license: Objenesis
Common Public License Version 1.0: JUnit
Apache License, Version 2.0: FEST Fluent Assertions, FEST Util
The MIT License: Mockito
Dependency File Details
| Filename |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
| javassist-3.9.0.GA.jar |
583.47 kB |
358 |
334 |
17 |
1.4 |
debug |
| junit-4.5.jar |
194.28 kB |
222 |
188 |
26 |
1.5 |
debug |
| fest-assert-1.1.jar |
78.27 kB |
66 |
56 |
1 |
1.5 |
debug |
| fest-util-1.1.jar |
16.36 kB |
25 |
15 |
1 |
1.5 |
debug |
| mockito-all-1.7.jar |
943.04 kB |
846 |
469 |
48 |
1.5 |
debug |
| blas-0.8.jar |
90.55 kB |
145 |
140 |
1 |
1.4 |
debug |
| objenesis-1.1.jar |
30.84 kB |
48 |
32 |
8 |
1.3 |
debug |
| powermock-core-1.2.5.jar |
65.38 kB |
81 |
56 |
15 |
1.5 |
debug |
| powermock-api-mockito-1.2.5.jar |
13.15 kB |
22 |
7 |
4 |
1.5 |
debug |
| powermock-module-junit4-1.2.5.jar |
14.32 kB |
20 |
6 |
3 |
1.5 |
debug |
| powermock-module-junit4-common-1.2.5.jar |
10.15 kB |
19 |
5 |
2 |
1.5 |
debug |
| powermock-reflect-1.2.5.jar |
34.94 kB |
36 |
20 |
8 |
1.5 |
debug |
| Total |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
| 12 |
2.03 MB |
1,888 |
1,328 |
134 |
1.5 |
12 |
| compile: 1 |
compile: 90.55 kB |
compile: 145 |
compile: 140 |
compile: 1 |
- |
compile: 1 |
| test: 11 |
test: 1.94 MB |
test: 1,743 |
test: 1,188 |
test: 133 |
- |
test: 11 |