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 |
---|---|---|---|---|
javax.transaction | jta | 1.1 | jar | - |
org.hibernate | hibernate | 3.2.7.ga | jar | GNU LESSER GENERAL PUBLIC LICENSE |
org.itracker | itracker-core | 3.3.9 | jar | GNU Lesser General Public License |
org.springframework | spring-orm | 3.2.17.RELEASE | 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 | Licenses |
---|---|---|---|---|
c3p0 | c3p0 | 0.9.1.2 | jar | GNU LESSER GENERAL PUBLIC LICENSE |
junit | junit | 4.12 | jar | Eclipse Public License 1.0 |
org.dbunit | dbunit | 2.5.4 | jar | GNU Lesser General Public License, Version 2.1 |
org.hsqldb | hsqldb | 2.0.0 | jar | HSQLDB License, a BSD open source license |
org.springframework | spring-context | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-test | 3.2.17.RELEASE | 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:
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 |
---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain |
com.github.virtuald | curvesapi | 1.03 | jar | BSD License |
org.apache.poi | poi | 3.14 | jar | The Apache Software License, Version 2.0 |
org.apache.poi | poi-ooxml | 3.14 | jar | The Apache Software License, Version 2.0 |
org.apache.poi | poi-ooxml-schemas | 3.14 | jar | The Apache Software License, Version 2.0 |
org.apache.xmlbeans | xmlbeans | 2.6.0 | jar | The Apache Software License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.springframework | spring-aop | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-expression | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 |
stax | stax-api | 1.0.1 | jar | The Apache Software License, Version 2.0 |
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 |
---|---|---|---|---|
javax.activation | activation | 1.1 | jar | Common Development and Distribution License (CDDL) v1.0 |
Project Dependency Graph
Dependency Tree
- org.itracker:itracker-persistence:jar:3.3.9
- org.itracker:itracker-core:jar:3.3.9 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.6.2 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.6.2 (compile)
- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.6.2 (compile)
- org.apache.logging.log4j:log4j-1.2-api:jar:2.6.2 (compile)
- commons-lang:commons-lang:jar:2.6 (compile)
- commons-collections:commons-collections:jar:3.2.1 (compile)
- commons-codec:commons-codec:jar:1.10 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.6.2 (compile)
- org.springframework:spring-orm:jar:3.2.17.RELEASE (compile)
- org.springframework:spring-beans:jar:3.2.17.RELEASE (compile)
- org.springframework:spring-core:jar:3.2.17.RELEASE (compile)
- org.springframework:spring-jdbc:jar:3.2.17.RELEASE (compile)
- org.springframework:spring-tx:jar:3.2.17.RELEASE (compile)
- javax.mail:mail:jar:1.4.4 (provided)
- javax.activation:activation:jar:1.1 (provided)
- org.springframework:spring-context:jar:3.2.17.RELEASE (test)
- org.springframework:spring-aop:jar:3.2.17.RELEASE (test)
- aopalliance:aopalliance:jar:1.0 (test)
- org.springframework:spring-expression:jar:3.2.17.RELEASE (test)
- org.springframework:spring-aop:jar:3.2.17.RELEASE (test)
- org.springframework:spring-test:jar:3.2.17.RELEASE (test)
- org.hibernate:hibernate:jar:3.2.7.ga (compile)
- net.sf.ehcache:ehcache:jar:1.2.3 (compile)
- commons-logging:commons-logging:jar:1.2 (compile)
- asm:asm-attrs:jar:1.5.3 (compile)
- dom4j:dom4j:jar:1.6.1 (compile)
- antlr:antlr:jar:2.7.7 (compile)
- cglib:cglib:jar:2.1_3 (compile)
- asm:asm:jar:1.5.3 (compile)
- javax.transaction:jta:jar:1.1 (compile)
- junit:junit:jar:4.12 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.dbunit:dbunit:jar:2.5.4 (test)
- org.slf4j:slf4j-api:jar:1.7.21 (compile)
- org.apache.poi:poi-ooxml:jar:3.14 (test)
- org.apache.poi:poi:jar:3.14 (test)
- org.apache.poi:poi-ooxml-schemas:jar:3.14 (test)
- org.apache.xmlbeans:xmlbeans:jar:2.6.0 (test)
- stax:stax-api:jar:1.0.1 (test)
- org.apache.xmlbeans:xmlbeans:jar:2.6.0 (test)
- com.github.virtuald:curvesapi:jar:1.03 (test)
- org.hsqldb:hsqldb:jar:2.0.0 (test)
- c3p0:c3p0:jar:0.9.1.2 (test)
- org.itracker:itracker-core:jar:3.3.9 (compile)
Licenses
GPLv2+CE: JavaMail API (compat)
GNU Lesser General Public License, Version 2.1: dbUnit Extension
GNU LESSER GENERAL PUBLIC LICENSE: Hibernate, c3p0:JDBC DataSources/Resource Pools
Eclipse Public License 1.0: JUnit
HSQLDB License, a BSD open source license: HSQLDB Database
MIT License: SLF4J API Module
Public Domain: AOP alliance
GNU Lesser General Public License: itracker Core, itracker Persistence
New BSD License: Hamcrest Core
Unknown: Java Transaction API, asm, asm-attrs, cglib, dom4j
BSD License: AntLR Parser Generator, curvesapi
CDDL: JavaMail API (compat)
Apache License, Version 2.0: Apache Commons Codec
Common Development and Distribution License (CDDL) v1.0: JavaBeans Activation Framework (JAF)
The Apache Software License, Version 2.0: Apache Commons Logging, Apache Log4j 1.x Compatibility API, Apache Log4j API, Apache Log4j Core, Apache Log4j SLF4J Binding, Apache POI, Commons Collections, Commons Lang, Spring AOP, Spring Beans, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring JDBC, Spring Object/Relational Mapping, Spring TestContext Framework, Spring Transaction, StAX API, XmlBeans, ehcache
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
antlr-2.7.7.jar | 445.3 kB | 239 | 224 | 12 | 1.2 | Yes |
aopalliance-1.0.jar | 4.5 kB | 15 | 9 | 2 | 1.3 | Yes |
asm-1.5.3.jar | 26.4 kB | 19 | 14 | 1 | 1.2 | No |
asm-attrs-1.5.3.jar | 16.8 kB | 22 | 16 | 1 | 1.2 | No |
c3p0-0.9.1.2.jar | 610.8 kB | 434 | 382 | 44 | 1.4 | Yes |
cglib-2.1_3.jar | 282.3 kB | 243 | 228 | 8 | 1.2 | Yes |
curvesapi-1.03.jar | 92.2 kB | 98 | 81 | 6 | 1.5 | Yes |
commons-codec-1.10.jar | 284.2 kB | 238 | 92 | 6 | 1.6 | Yes |
commons-collections-3.2.1.jar | 575.4 kB | 482 | 458 | 12 | 1.2 | Yes |
commons-lang-2.6.jar | 284.2 kB | 155 | 133 | 10 | 1.3 | Yes |
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes |
dom4j-1.6.1.jar | 313.9 kB | 208 | 190 | 14 | 1.3 | Yes |
activation-1.1.jar | 63 kB | 50 | 38 | 3 | 1.4 | Yes |
mail-1.4.4.jar | 494.9 kB | 317 | 286 | 14 | 1.4 | Yes |
jta-1.1.jar | 15.1 kB | 24 | 18 | 2 | 1.3 | Yes |
junit-4.12.jar | 314.9 kB | 323 | 286 | 30 | 1.5 | Yes |
ehcache-1.2.3.jar | 208 kB | 137 | 117 | 13 | 1.3 | Yes |
log4j-1.2-api-2.6.2.jar | 43.1 kB | 49 | 32 | 5 | 1.7 | Yes |
log4j-api-2.6.2.jar | 198.7 kB | 142 | 123 | 6 | 1.7 | Yes |
log4j-core-2.6.2.jar | 1.2 MB | 868 | 790 | 48 | 1.7 | Yes |
log4j-slf4j-impl-2.6.2.jar | 22.9 kB | 26 | 10 | 2 | 1.7 | Yes |
poi-3.14.jar | 2.5 MB | 1729 | 1658 | 57 | 1.6 | Yes |
poi-ooxml-3.14.jar | 1.3 MB | 639 | 581 | 43 | 1.6 | Yes |
poi-ooxml-schemas-3.14.jar | 5.9 MB | 5993 | 2514 | 50 | 1.6 | No |
xmlbeans-2.6.0.jar | 2.7 MB | 2249 | 1523 | 52 | 1.4 | Yes |
dbunit-2.5.4.jar | 568.8 kB | 432 | 391 | 30 | 1.5 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
hibernate-3.2.7.ga.jar | 2.3 MB | 1469 | 1385 | 78 | 1.4 | Yes |
hsqldb-2.0.0.jar | 1.3 MB | 581 | 516 | 20 | 1.6 | No |
itracker-core.jar | 136.7 kB | 53 | 21 | 4 | 1.8 | Yes |
slf4j-api-1.7.21.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
spring-aop-3.2.17.RELEASE.jar | 338.9 kB | 282 | 252 | 15 | 1.5 | Yes |
spring-beans-3.2.17.RELEASE.jar | 614.4 kB | 401 | 358 | 14 | 1.5 | Yes |
spring-context-3.2.17.RELEASE.jar | 868.6 kB | 737 | 633 | 67 | 1.5 | Yes |
spring-core-3.2.17.RELEASE.jar | 886 kB | 686 | 648 | 32 | 1.5 | Yes |
spring-expression-3.2.17.RELEASE.jar | 196.6 kB | 140 | 128 | 6 | 1.5 | Yes |
spring-jdbc-3.2.17.RELEASE.jar | 406.4 kB | 328 | 296 | 18 | 1.5 | Yes |
spring-orm-3.2.17.RELEASE.jar | 385.6 kB | 296 | 276 | 14 | 1.5 | Yes |
spring-test-3.2.17.RELEASE.jar | 458.4 kB | 369 | 335 | 27 | 1.5 | Yes |
spring-tx-3.2.17.RELEASE.jar | 242.6 kB | 233 | 197 | 20 | 1.5 | Yes |
stax-api-1.0.1.jar | 26.5 kB | 48 | 40 | 5 | 1.2 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
41 | 26.8 MB | 20894 | 15386 | 800 | 1.8 | 37 |
compile: 23 | compile: 9 MB | compile: 6406 | compile: 5688 | compile: 326 | - | compile: 21 |
test: 16 | test: 17.2 MB | test: 14121 | test: 9374 | test: 457 | - | test: 14 |
provided: 2 | provided: 557.9 kB | provided: 367 | provided: 324 | provided: 17 | - | provided: 2 |