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 |
---|---|---|---|---|
net.sf.saxon | Saxon-HE | 9.5.1-5 | jar | Mozilla Public License Version 2.0 |
org.ccil.cowan.tagsoup | tagsoup | 1.2.1 | jar | Apache License 2.0 |
org.kitesdk | kite-morphlines-core | 0.17.0 | jar | Apache Software License v2.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 |
---|---|---|---|---|---|
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.kitesdk | kite-morphlines-core | 0.17.0 | tests | test-jar | Apache Software License v2.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.2 | jar | Apache License 2.0 |
com.codahale.metrics | metrics-healthchecks | 3.0.2 | 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 | GNU General Public Library-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 |
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
- org.kitesdk:kite-morphlines-saxon:jar:0.17.0
Kite Morphlines Saxon Description: Kite SDK is a set of libraries, tools, and docs to simplify the development of data-related systems.
URL: http://kitesdk.org//kite-morphlines/kite-morphlines-saxon
Project License: Apache Software License v2.0
- net.sf.saxon:Saxon-HE:jar:9.5.1-5 (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)
Streaming API for XML Description: StAX is a standard XML processing API that allows you to stream XML data from and to your application.
Project License: GNU General Public LibraryCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
- 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)
- org.kitesdk:kite-morphlines-core:jar:0.17.0 (compile)
Kite Morphlines Core Description: Kite SDK is a set of libraries, tools, and docs to simplify the development of data-related systems.
URL: http://kitesdk.org//kite-morphlines/kite-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.2 (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.2 (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)
- org.kitesdk:kite-morphlines-core:test-jar:tests:0.17.0 (test)
Kite Morphlines Core Description: Kite SDK is a set of libraries, tools, and docs to simplify the development of data-related systems.
URL: http://kitesdk.org//kite-morphlines/kite-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-5 (compile)
Licenses
BSD style: Hamcrest Core
Apache License, Version 2.0: config
Mozilla Public License Version 2.0: Saxon-HE
GNU General Public Library: Streaming API for XML
Apache License 2.0: Metrics Core, Metrics Health Checks, TagSoup
Common Public License Version 1.0: JUnit
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: Streaming API for XML
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: Kite Morphlines Core, Kite Morphlines Saxon
Dependency File Details
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
metrics-core-3.0.2.jar | 83.45 kB | 89 | 79 | 1 | 1.6 | debug |
metrics-healthchecks-3.0.2.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-5.jar | 9.65 MB | 1,883 | 1,538 | 37 | 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 |
kite-morphlines-core-0.17.0.jar | 262.02 kB | 221 | 184 | 12 | 1.6 | debug |
kite-morphlines-core-0.17.0-tests.jar | 1.37 MB | - | - | - | - | - |
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.70 MB | 4,896 | 4,237 | 159 | 1.6 | 16 |
compile: 8 | compile: 11.86 MB | compile: 3,702 | compile: 3,252 | compile: 71 | - | compile: 8 |
test: 8 | test: 2.81 MB | test: 1,124 | test: 951 | test: 85 | - | test: 7 |
provided: 1 | provided: 31.12 kB | provided: 70 | provided: 34 | provided: 3 | - | provided: 1 |