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 |
Optional |
| aopalliance |
aopalliance |
1.0 |
jar |
Yes |
| cglib |
cglib-nodep |
2.1_3 |
jar |
Yes |
| org.hibernate |
ejb3-persistence |
1.0.2.GA |
jar |
Yes |
| org.hibernate |
hibernate-entitymanager |
3.4.0.GA |
jar |
Yes |
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 |
| com.google.code.guice |
guice |
2.0.1 |
- |
jar |
| com.h2database |
h2 |
1.2.121 |
- |
jar |
| org.mockito |
mockito-core |
1.8.0 |
- |
jar |
| org.slf4j |
slf4j-jdk14 |
1.4.2 |
- |
jar |
| org.testng |
testng |
5.10 |
jdk15 |
jar |
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 |
| antlr |
antlr |
2.7.6 |
jar |
| commons-collections |
commons-collections |
3.1 |
jar |
| dom4j |
dom4j |
1.6.1 |
jar |
| javassist |
javassist |
3.4.GA |
jar |
| javax.transaction |
jta |
1.1 |
jar |
| org.hibernate |
hibernate-annotations |
3.4.0.GA |
jar |
| org.hibernate |
hibernate-commons-annotations |
3.1.0.GA |
jar |
| org.hibernate |
hibernate-core |
3.3.0.SP1 |
jar |
| org.slf4j |
slf4j-api |
1.4.2 |
jar |
| xml-apis |
xml-apis |
1.0.b2 |
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 |
3.8.1 |
jar |
| org.hamcrest |
hamcrest-core |
1.1 |
jar |
| org.objenesis |
objenesis |
1.0 |
jar |
Project Dependency Graph
Dependency Tree
- sk.baka.tools:bakatools:jar:0.5

- org.testng:testng:jar:jdk15:5.10 (test)

| TestNG |
Description: TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.
URL: http://testng.org
Project License: Apache License, Version 2.0
|
- junit:junit:jar:3.8.1 (test)

- org.hibernate:ejb3-persistence:jar:1.0.2.GA (compile)

| Java Persistence API |
Description: Java Persistence API
URL: http://www.hibernate.org
Project License: No project license is defined for this project.
|
- org.hibernate:hibernate-entitymanager:jar:3.4.0.GA (compile)

- org.hibernate:ejb3-persistence:jar:1.0.2.GA (compile)

| Java Persistence API |
Description: Java Persistence API
URL: http://www.hibernate.org
Project License: No project license is defined for this project.
|
- org.hibernate:hibernate-commons-annotations:jar:3.1.0.GA (compile)

| Hibernate Commons Annotations |
Description: Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.
Project License: GNU LESSER GENERAL PUBLIC LICENSE
|
- org.slf4j:slf4j-api:jar:1.4.2 (compile)

| SLF4J API Module |
Description: The slf4j API
URL: http://www.slf4j.org
Project License: No project license is defined for this project.
|
- org.hibernate:hibernate-annotations:jar:3.4.0.GA (compile)

- org.hibernate:ejb3-persistence:jar:1.0.2.GA (compile)

| Java Persistence API |
Description: Java Persistence API
URL: http://www.hibernate.org
Project License: No project license is defined for this project.
|
- org.hibernate:hibernate-commons-annotations:jar:3.1.0.GA (compile)

| Hibernate Commons Annotations |
Description: Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.
Project License: GNU LESSER GENERAL PUBLIC LICENSE
|
- org.hibernate:hibernate-core:jar:3.3.0.SP1 (compile)

- org.slf4j:slf4j-api:jar:1.4.2 (compile)

| SLF4J API Module |
Description: The slf4j API
URL: http://www.slf4j.org
Project License: No project license is defined for this project.
|
- dom4j:dom4j:jar:1.6.1 (compile)

| dom4j |
Description: dom4j: the flexible XML framework for Java
URL: http://dom4j.org
Project License: No project license is defined for this project.
|
- org.hibernate:hibernate-core:jar:3.3.0.SP1 (compile)

- antlr:antlr:jar:2.7.6 (compile)

| AntLR |
Description: There is currently no description associated with this project.
URL: http://www.antlr.org/
Project License: No project license is defined for this project.
|
- commons-collections:commons-collections:jar:3.1 (compile)

| Unnamed - commons-collections:commons-collections:jar:3.1 |
Description: Types that extend and augment the Java Collections Framework.
Project License: No project license is defined for this project.
|
- dom4j:dom4j:jar:1.6.1 (compile)

| dom4j |
Description: dom4j: the flexible XML framework for Java
URL: http://dom4j.org
Project License: No project license is defined for this project.
|
- javax.transaction:jta:jar:1.1 (compile)

| Java Transaction API |
Description: The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
URL: http://java.sun.com/products/jta
Project License: No project license is defined for this project.
|
- org.slf4j:slf4j-api:jar:1.4.2 (compile)

| SLF4J API Module |
Description: The slf4j API
URL: http://www.slf4j.org
Project License: No project license is defined for this project.
|
- org.slf4j:slf4j-api:jar:1.4.2 (compile)

| SLF4J API Module |
Description: The slf4j API
URL: http://www.slf4j.org
Project License: No project license is defined for this project.
|
- dom4j:dom4j:jar:1.6.1 (compile)

| dom4j |
Description: dom4j: the flexible XML framework for Java
URL: http://dom4j.org
Project License: No project license is defined for this project.
|
- xml-apis:xml-apis:jar:1.0.b2 (compile)

| XML Commons External Components XML APIs |
Description: xml-commons provides an Apache-hosted set of DOM, SAX, and
JAXP interfaces for use in other xml-based projects. Our hope is that we
can standardize on both a common version and packaging scheme for these
critical XML standards interfaces to make the lives of both our developers
and users easier. The External Components portion of xml-commons contains
interfaces that are defined by external standards organizations. For DOM,
that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for
JAXP it's Sun.
URL: http://xml.apache.org/commons/#external
Project License: The Apache Software License, Version 2.0
|
- javax.transaction:jta:jar:1.1 (compile)

| Java Transaction API |
Description: The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
URL: http://java.sun.com/products/jta
Project License: No project license is defined for this project.
|
- javassist:javassist:jar:3.4.GA (compile)

- org.slf4j:slf4j-jdk14:jar:1.4.2 (test)

| SLF4J JDK14 Binding |
Description: The slf4j JDK14 binding
URL: http://www.slf4j.org
Project License: No project license is defined for this project.
|
- org.slf4j:slf4j-api:jar:1.4.2 (test)

| SLF4J API Module |
Description: The slf4j API
URL: http://www.slf4j.org
Project License: No project license is defined for this project.
|
- com.h2database:h2:jar:1.2.121 (test)

- org.mockito:mockito-core:jar:1.8.0 (test)

- org.hamcrest:hamcrest-core:jar:1.1 (test)

| Hamcrest Core |
Description: There is currently no description associated with this project.
Project License: BSD style
|
- org.objenesis:objenesis:jar:1.0 (test)

- cglib:cglib-nodep:jar:2.1_3 (compile)

| cglib |
Description: There is currently no description associated with this project.
URL: http://cglib.sourceforge.net/
Project License: No project license is defined for this project.
|
- aopalliance:aopalliance:jar:1.0 (compile)

- com.google.code.guice:guice:jar:2.0.1 (test)

| Unnamed - com.google.code.guice:guice:jar:2.0.1 |
Description: POM was created from install:install-file
Project License: No project license is defined for this project.
|
Licenses
BSD style: Hamcrest Core
Public Domain: AOP alliance
GNU LESSER GENERAL PUBLIC LICENSE: Hibernate Annotations, Hibernate Commons Annotations, Hibernate Entitity Manager
Unknown: AntLR, Java Persistence API, Java Transaction API, SLF4J API Module, SLF4J JDK14 Binding, Unnamed - com.google.code.guice:guice:jar:2.0.1, Unnamed - commons-collections:commons-collections:jar:3.1, cglib, dom4j
Apache License, Version 2.0: TestNG
GNU Lesser General Public License: Hibernate Core
The Apache Software License, Version 2.0: XML Commons External Components XML APIs
GNU Lesser General Public License 3: BakaTools
lgpl: Javassist
The H2 License, Version 1.0: H2 Database Engine
Common Public License Version 1.0: JUnit
MIT License: Objenesis
The MIT License: Mockito
Dependency File Details
| Filename |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
| antlr-2.7.6.jar |
433.04 kB |
226 |
224 |
12 |
1.2 |
debug |
| guice-2.0.1.jar |
788.11 kB |
674 |
648 |
13 |
1.5 |
debug |
| h2-1.2.121.jar |
1.15 MB |
473 |
470 |
29 |
1.5 |
debug |
| commons-collections-3.1.jar |
546.26 kB |
465 |
446 |
12 |
1.1 |
debug |
| dom4j-1.6.1.jar |
306.54 kB |
208 |
190 |
14 |
1.3 |
debug |
| javassist-3.4.GA.jar |
459.97 kB |
279 |
262 |
15 |
1.2 |
debug |
| jta-1.1.jar |
14.72 kB |
24 |
18 |
2 |
1.3 |
debug |
| junit-3.8.1.jar |
118.23 kB |
119 |
100 |
6 |
1.1 |
debug |
| hamcrest-core-1.1.jar |
74.85 kB |
54 |
21 |
3 |
1.5 |
debug |
| hibernate-annotations-3.4.0.GA.jar |
273.16 kB |
166 |
153 |
8 |
1.5 |
debug |
| hibernate-commons-annotations-3.1.0.GA.jar |
65.42 kB |
69 |
58 |
6 |
1.5 |
debug |
| hibernate-core-3.3.0.SP1.jar |
2.16 MB |
1,474 |
1,378 |
81 |
1.4 |
debug |
| mockito-core-1.8.0.jar |
1.17 MB |
981 |
509 |
46 |
1.5 |
debug |
| objenesis-1.0.jar |
27.90 kB |
45 |
30 |
7 |
1.3 |
debug |
| slf4j-api-1.4.2.jar |
14.92 kB |
28 |
17 |
3 |
1.3 |
debug |
| slf4j-jdk14-1.4.2.jar |
8.37 kB |
15 |
5 |
1 |
1.4 |
debug |
| testng-5.10-jdk15.jar |
850.98 kB |
630 |
514 |
35 |
1.5 |
debug |
| xml-apis-1.0.b2.jar |
106.76 kB |
217 |
184 |
17 |
1.2 |
release |
| aopalliance-1.0.jar |
4.36 kB |
15 |
9 |
2 |
1.3 |
debug |
| cglib-nodep-2.1_3.jar |
316.64 kB |
262 |
258 |
10 |
1.1 |
debug |
| ejb3-persistence-1.0.2.GA.jar |
49.40 kB |
97 |
91 |
2 |
1.5 |
debug |
| hibernate-entitymanager-3.4.0.GA.jar |
116.50 kB |
92 |
77 |
8 |
1.5 |
debug |
| Total |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
| 22 |
8.96 MB |
6,613 |
5,662 |
332 |
1.5 |
21 |
| compile: 14 |
compile: 4.81 MB |
compile: 3,622 |
compile: 3,365 |
compile: 192 |
- |
compile: 13 |
| test: 8 |
test: 4.15 MB |
test: 2,991 |
test: 2,297 |
test: 140 |
- |
test: 8 |