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.cloudera.cdk | cdk-morphlines-core | 0.8.0 | jar | Apache Software License v2.0 |
net.sf.saxon | Saxon-HE | 9.5.1-2 | jar | Mozilla Public License Version 2.0 |
org.ccil.cowan.tagsoup | tagsoup | 1.2.1 | jar | Apache License 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 | Classifier | Type | License |
---|---|---|---|---|---|
com.cloudera.cdk | cdk-morphlines-core | 0.8.0 | tests | test-jar | Apache Software License v2.0 |
junit | junit | 4.10 | - | jar | Common Public License Version 1.0 |
org.codehaus.woodstox | woodstox-core-asl | 4.2.0 | - | jar | The Apache Software License, Version 2.0 |
org.slf4j | slf4j-log4j12 | 1.6.1 | - | jar | MIT License |
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.codahale.metrics | metrics-core | 3.0.1 | jar | Apache License 2.0 |
com.codahale.metrics | metrics-healthchecks | 3.0.1 | jar | Apache License 2.0 |
com.google.guava | guava | 11.0.2 | jar | The Apache Software License, Version 2.0 |
com.typesafe | config | 1.0.2 | jar | Apache License, Version 2.0 |
org.slf4j | slf4j-api | 1.6.1 | 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 |
---|---|---|---|---|
javax.xml.stream | stax-api | 1.0-2 | jar | - |
log4j | log4j | 1.2.16 | jar | The Apache Software License, Version 2.0 |
org.codehaus.woodstox | stax2-api | 3.1.1 | jar | The BSD License |
org.hamcrest | hamcrest-core | 1.1 | jar | BSD style |
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 | License |
---|---|---|---|---|
com.google.code.findbugs | jsr305 | 2.0.1 | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- com.cloudera.cdk:cdk-morphlines-saxon:jar:0.8.0
CDK Morphlines Saxon Description: The CDK is a set of libraries, tools, and docs to simplify the development of data-related systems.
URL: http://cloudera.github.com/cdk/cdk-morphlines/cdk-morphlines-saxon
Project License: Apache Software License v2.0
- net.sf.saxon:Saxon-HE:jar:9.5.1-2 (compile)
Saxon-HE Description: The XSLT and XQuery Processor
Project License: Mozilla Public License Version 2.0
- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1 (compile)
TagSoup Description: TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML.
URL: http://home.ccil.org/~cowan/XML/tagsoup/
Project License: Apache License 2.0
- org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0 (test)
Woodstox Description: Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
URL: http://woodstox.codehaus.org
Project License: The Apache Software License, Version 2.0
- javax.xml.stream:stax-api:jar:1.0-2 (test)
stax-api Description: There is currently no description associated with this project.
Project License: No license is defined for this project.
- org.codehaus.woodstox:stax2-api:jar:3.1.1 (test)
Stax2 API Description: Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.
URL: http://woodstox.codehaus.org/StAX2
Project License: The BSD License
- javax.xml.stream:stax-api:jar:1.0-2 (test)
- com.cloudera.cdk:cdk-morphlines-core:jar:0.8.0 (compile)
CDK Morphlines Core Description: The CDK is a set of libraries, tools, and docs to simplify the development of data-related systems.
URL: http://cloudera.github.com/cdk/cdk-morphlines/cdk-morphlines-core
Project License: Apache Software License v2.0
- 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
- com.google.code.findbugs:jsr305:jar:2.0.1 (provided)
FindBugs-jsr305 Description: JSR305 Annotations for Findbugs
URL: http://findbugs.sourceforge.net/
Project License: The Apache Software License, Version 2.0
- com.google.code.findbugs:jsr305:jar:2.0.1 (provided)
- com.typesafe:config:jar:1.0.2 (compile)
config Description: config
URL: https://github.com/typesafehub/config
Project License: Apache License, Version 2.0
- com.codahale.metrics:metrics-core:jar:3.0.1 (compile)
Metrics Core Description: Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.
URL: http://metrics.codahale.com/metrics-core/
Project License: Apache License 2.0
- com.codahale.metrics:metrics-healthchecks:jar:3.0.1 (compile)
Metrics Health Checks Description: An addition to Metrics which provides the ability to run application-specific health checks, allowing you to check your application's heath in production.
URL: http://metrics.codahale.com/metrics-healthchecks/
Project License: Apache License 2.0
- org.slf4j:slf4j-api:jar:1.6.1 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- com.google.guava:guava:jar:11.0.2 (compile)
- com.cloudera.cdk:cdk-morphlines-core:test-jar:tests:0.8.0 (test)
CDK Morphlines Core Description: The CDK is a set of libraries, tools, and docs to simplify the development of data-related systems.
URL: http://cloudera.github.com/cdk/cdk-morphlines/cdk-morphlines-core
Project License: Apache Software License v2.0
- junit:junit:jar:4.10 (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.1 (test)
Hamcrest Core Description: There is currently no description associated with this project.
Project License: BSD style
- org.hamcrest:hamcrest-core:jar:1.1 (test)
- org.slf4j:slf4j-log4j12:jar:1.6.1 (test)
SLF4J LOG4J-12 Binding Description: The slf4j log4j-12 binding
URL: http://www.slf4j.org
Project License: MIT License
- log4j:log4j:jar:1.2.16 (test)
Apache Log4j Description: Apache Log4j 1.2
URL: http://logging.apache.org/log4j/1.2/
Project License: The Apache Software License, Version 2.0
- log4j:log4j:jar:1.2.16 (test)
- net.sf.saxon:Saxon-HE:jar:9.5.1-2 (compile)
Licenses
BSD style: Hamcrest Core
Unknown: stax-api
Apache License, Version 2.0: config
Mozilla Public License Version 2.0: Saxon-HE
Apache License 2.0: Metrics Core, Metrics Health Checks, TagSoup
Common Public License Version 1.0: JUnit
MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding
The Apache Software License, Version 2.0: Apache Log4j, FindBugs-jsr305, Guava: Google Core Libraries for Java, Woodstox
The BSD License: Stax2 API
Apache Software License v2.0: CDK Morphlines Core, CDK Morphlines Saxon
Dependency File Details
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
cdk-morphlines-core-0.8.0.jar | 313.25 kB | 257 | 220 | 11 | 1.6 | debug |
cdk-morphlines-core-0.8.0-tests.jar | 1.35 MB | - | - | - | - | - |
metrics-core-3.0.1.jar | 83.45 kB | 89 | 79 | 1 | 1.6 | debug |
metrics-healthchecks-3.0.1.jar | 8.92 kB | 17 | 5 | 2 | 1.6 | debug |
jsr305-2.0.1.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 |
config-1.0.2.jar | 183.10 kB | 140 | 135 | 2 | 1.6 | debug |
stax-api-1.0-2.jar | 22.80 kB | 44 | 37 | 3 | 1.5 | debug |
junit-4.10.jar | 247.23 kB | 290 | 252 | 31 | 1.5 | debug |
log4j-1.2.16.jar | 470.25 kB | 346 | 308 | 20 | 1.1 | debug |
Saxon-HE-9.5.1-2.jar | 9.79 MB | 1,912 | 1,569 | 39 | 1.5 | debug |
tagsoup-1.2.1.jar | 88.60 kB | 29 | 22 | 2 | 1.4 | debug |
stax2-api-3.1.1.jar | 177.84 kB | 140 | 124 | 11 | 1.4 | debug |
woodstox-core-asl-4.2.0.jar | 470.94 kB | 234 | 203 | 16 | 1.4 | debug |
hamcrest-core-1.1.jar | 74.85 kB | 54 | 21 | 3 | 1.5 | debug |
slf4j-api-1.6.1.jar | 24.90 kB | 34 | 23 | 3 | 1.3 | debug |
slf4j-log4j12-1.6.1.jar | 9.52 kB | 16 | 6 | 1 | 1.3 | debug |
17 | 14.86 MB | 4,961 | 4,304 | 160 | 1.6 | 16 |
compile: 8 | compile: 12.05 MB | compile: 3,767 | compile: 3,319 | compile: 72 | - | compile: 8 |
test: 8 | test: 2.79 MB | test: 1,124 | test: 951 | test: 85 | - | test: 7 |
provided: 1 | provided: 31.12 kB | provided: 70 | provided: 34 | provided: 3 | - | provided: 1 |