Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
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 |
com.google.code.findbugs |
jsr305 |
2.0.0 |
jar |
The Apache Software License, Version 2.0 |
com.google.guava |
guava |
11.0.2 |
jar |
The Apache Software License, Version 2.0 |
commons-beanutils |
commons-beanutils-core |
1.8.3 |
jar |
The Apache Software License, Version 2.0 |
commons-collections |
commons-collections |
3.2.1 |
jar |
The Apache Software License, Version 2.0 |
commons-io |
commons-io |
1.4 |
jar |
The Apache Software License, Version 2.0 |
commons-lang |
commons-lang |
2.6 |
jar |
The Apache Software License, Version 2.0 |
commons-logging |
commons-logging |
1.1.1 |
jar |
The Apache Software License, Version 2.0 |
de.smartics.properties |
smartics-properties-annotations |
0.1.0-SNAPSHOT |
jar |
The Apache Software License, Version 2.0 |
de.smartics.properties |
smartics-properties-resource |
0.1.0-SNAPSHOT |
jar |
The Apache Software License, Version 2.0 |
de.smartics.util |
smartics-commons |
0.3.0-SNAPSHOT |
jar |
The Apache Software License, Version 2.0 |
dom4j |
dom4j |
1.6.1 |
jar |
- |
javassist |
javassist |
3.12.1.GA |
jar |
MPL 1.1-LGPL 2.1 |
javax.validation |
validation-api |
1.0.0.GA |
jar |
license.txt |
org.hibernate |
hibernate-validator |
4.3.0.Final |
jar |
Apache License, Version 2.0 |
org.jboss.logging |
jboss-logging |
3.1.0.CR2 |
jar |
GNU Lesser General Public License, version 2.1 |
org.jdom |
jdom |
1.1 |
jar |
- |
org.reflections |
reflections |
0.9.7.RC1sm |
jar |
WTFPL |
org.slf4j |
slf4j-api |
1.6.4 |
jar |
MIT License |
xml-apis |
xml-apis |
1.0.b2 |
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-all |
1.1 |
jar |
BSD style |
Project Dependency Graph
Dependency Tree
- de.smartics.properties.at:test-module-announce:jar:0.1.0-SNAPSHOT
test-module-announce |
Description: There is currently no description associated with this project. Project License: No license is defined for this project. |
- de.smartics.projectdoc:projectdoc-annotations:jar:0.1.1-SNAPSHOT (compile)
- de.smartics.properties:smartics-properties-core:jar:0.1.0-SNAPSHOT (compile)
- de.smartics.util:smartics-commons:jar:0.3.0-SNAPSHOT (compile)
- org.hamcrest:hamcrest-all:jar:1.1 (test)
Hamcrest All |
Description: There is currently no description associated with this project. Project License: BSD style |
- de.smartics.properties:smartics-properties-annotations:jar:0.1.0-SNAPSHOT (compile)
- commons-lang:commons-lang:jar:2.6 (compile)
- commons-io:commons-io:jar:1.4 (compile)
- com.google.guava:guava:jar:11.0.2 (compile)
Guava: Google Core Libraries for Java |
Description: Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. This project is a complete packaging of all the Guava libraries into a single jar. Individual portions of Guava can be used by downloading the appropriate module and its dependencies. Guava (complete) has only one code dependency - javax.annotation, per the JSR-305 spec. URL: http://code.google.com/p/guava-libraries/guava Project License: The Apache Software License, Version 2.0 |
- commons-beanutils:commons-beanutils-core:jar:1.8.3 (compile)
Commons BeanUtils Core |
Description: The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users. URL: http://commons.apache.org/beanutils/ Project License: The Apache Software License, Version 2.0 |
- commons-logging:commons-logging:jar:1.1.1 (compile)
- javax.validation:validation-api:jar:1.0.0.GA (compile)
- org.hibernate:hibernate-validator:jar:4.3.0.Final (compile)
- org.jboss.logging:jboss-logging:jar:3.1.0.CR2 (compile)
- com.google.code.findbugs:jsr305:jar:2.0.0 (compile)
- org.jdom:jdom:jar:1.1 (compile)
JDOM |
Description: JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX. URL: http://www.jdom.org/ Project License: No license is defined for this project. |
- org.reflections:reflections:jar:0.9.7.RC1sm (compile)
- javassist:javassist:jar:3.12.1.GA (compile)
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.1 |
- dom4j:dom4j:jar:1.6.1 (compile)
dom4j |
Description: dom4j: the flexible XML framework for Java URL: http://dom4j.org Project License: No 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 |
- org.slf4j:slf4j-api:jar:1.6.4 (compile)
- de.smartics.properties:smartics-properties-config:jar:0.1.0-SNAPSHOT (compile)
- de.smartics.properties:smartics-properties-resource:jar:0.1.0-SNAPSHOT (compile)
- commons-collections:commons-collections:jar:3.2.1 (compile)
- org.slf4j:slf4j-jdk14:jar:1.6.4 (compile)
Licenses
BSD style: Hamcrest All
Unknown: JDOM, dom4j, test-module-announce
WTFPL: Reflections
LGPL 2.1: Javassist
Apache License, Version 2.0: Bean Validation API, Hibernate Validator Engine
MPL 1.1: Javassist
MIT License: SLF4J API Module, SLF4J JDK14 Binding
GNU Lesser General Public License, version 2.1: JBoss Logging 3
The Apache Software License, Version 2.0: Commons BeanUtils Core, Commons Collections, Commons IO, Commons Lang, Commons Logging, FindBugs-jsr305, Guava: Google Core Libraries for Java, XML Commons External Components XML APIs, projectdoc-annotations, smartics-commons, smartics-properties-annotations, smartics-properties-config, smartics-properties-core, smartics-properties-resource
Dependency File Details
Filename |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
jsr305-2.0.0.jar |
31.12 kB |
70 |
34 |
3 |
1.5 |
debug |
guava-11.0.2.jar |
1.57 MB |
1,289 |
1,266 |
12 |
1.5 |
debug |
commons-beanutils-core-1.8.3.jar |
201.87 kB |
131 |
118 |
6 |
1.3 |
debug |
commons-collections-3.2.1.jar |
561.90 kB |
482 |
458 |
12 |
1.2 |
debug |
commons-io-1.4.jar |
106.49 kB |
93 |
76 |
5 |
1.3 |
debug |
commons-lang-2.6.jar |
277.56 kB |
155 |
133 |
10 |
1.3 |
debug |
commons-logging-1.1.1.jar |
59.26 kB |
42 |
28 |
2 |
1.1 |
debug |
projectdoc-annotations-0.1.1-SNAPSHOT.jar |
7.57 kB |
20 |
7 |
2 |
1.5 |
release |
smartics-properties-annotations-0.1.0-SNAPSHOT.jar |
10.96 kB |
26 |
12 |
1 |
1.6 |
debug |
smartics-properties-config-0.1.0-SNAPSHOT.jar |
178.12 kB |
159 |
122 |
15 |
1.6 |
debug |
smartics-properties-core-0.1.0-SNAPSHOT.jar |
128.56 kB |
124 |
89 |
17 |
1.6 |
debug |
smartics-properties-resource-0.1.0-SNAPSHOT.jar |
13.74 kB |
21 |
8 |
1 |
1.6 |
debug |
smartics-commons-0.3.0-SNAPSHOT.jar |
28.27 kB |
40 |
24 |
5 |
1.6 |
debug |
dom4j-1.6.1.jar |
306.54 kB |
208 |
190 |
14 |
1.3 |
debug |
javassist-3.12.1.GA.jar |
629.05 kB |
390 |
366 |
17 |
1.4 |
debug |
validation-api-1.0.0.GA.jar |
46.32 kB |
90 |
76 |
6 |
1.5 |
debug |
hamcrest-all-1.1.jar |
529.14 kB |
269 |
144 |
25 |
1.5 |
debug |
hibernate-validator-4.3.0.Final.jar |
465.41 kB |
379 |
319 |
31 |
1.6 |
debug |
jboss-logging-3.1.0.CR2.jar |
59.12 kB |
55 |
43 |
1 |
1.6 |
debug |
jdom-1.1.jar |
149.53 kB |
89 |
76 |
8 |
1.2 |
debug |
reflections-0.9.7.RC1sm.jar |
101.80 kB |
94 |
80 |
6 |
1.5 |
debug |
slf4j-api-1.6.4.jar |
25.35 kB |
34 |
23 |
3 |
1.3 |
debug |
slf4j-jdk14-1.6.4.jar |
8.68 kB |
15 |
5 |
1 |
1.4 |
debug |
xml-apis-1.0.b2.jar |
106.76 kB |
217 |
184 |
17 |
1.2 |
release |
Total |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
24 |
5.51 MB |
4,492 |
3,881 |
220 |
1.6 |
22 |
compile: 23 |
compile: 4.99 MB |
compile: 4,223 |
compile: 3,737 |
compile: 195 |
- |
compile: 21 |
test: 1 |
test: 529.14 kB |
test: 269 |
test: 144 |
test: 25 |
- |
test: 1 |