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 | 
|---|---|---|---|---|
| org.apache.avro | avro | 1.7.5 | jar | The Apache Software License, Version 2.0 | 
| org.kitesdk | kite-morphlines-core | 0.13.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.kitesdk | kite-morphlines-core | 0.13.0 | tests | test-jar | Apache Software License v2.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:
| 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.thoughtworks.paranamer | paranamer | 2.3 | jar | LICENSE.txt | 
| com.typesafe | config | 1.0.2 | jar | Apache License, Version 2.0 | 
| org.apache.commons | commons-compress | 1.4.1 | jar | The Apache Software License, Version 2.0 | 
| org.codehaus.jackson | jackson-core-asl | 1.9.13 | jar | The Apache Software License, Version 2.0 | 
| org.codehaus.jackson | jackson-mapper-asl | 1.9.13 | jar | The Apache Software License, Version 2.0 | 
| org.slf4j | slf4j-api | 1.6.1 | jar | MIT License | 
| org.tukaani | xz | 1.0 | jar | Public Domain | 
| org.xerial.snappy | snappy-java | 1.0.5 | 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-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-avro:jar:0.13.0  
    Kite Morphlines Avro 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-avro Project License: Apache Software License v2.0 - org.kitesdk:kite-morphlines-core:jar:0.13.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.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)  
        
- org.apache.avro:avro:jar:1.7.5 (compile)  
      Apache Avro Description: Avro core components Project License: The Apache Software License, Version 2.0 - org.codehaus.jackson:jackson-core-asl:jar:1.9.13 (compile)  
        Jackson Description: Jackson is a high-performance JSON processor (parser, generator) URL: http://jackson.codehaus.org Project License: The Apache Software License, Version 2.0 
- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 (compile)  
        Data Mapper for Jackson Description: Data Mapper package is a high-performance data binding package built on Jackson JSON processor URL: http://jackson.codehaus.org Project License: The Apache Software License, Version 2.0 
- com.thoughtworks.paranamer:paranamer:jar:2.3 (compile)  
        ParaNamer Core Description: Paranamer allows runtime access to constructor and method parameter names for Java classes URL: http://paranamer.codehaus.org/paranamer Project License: BSD 
- org.xerial.snappy:snappy-java:jar:1.0.5 (compile)  
        Snappy for Java Description: snappy-java: A fast compression/decompression library URL: http://github.com/xerial/snappy-java/ Project License: The Apache Software License, Version 2.0 
- org.apache.commons:commons-compress:jar:1.4.1 (compile)  
        Commons Compress Description: Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, xz and ar, cpio, jar, tar, zip, dump. URL: http://commons.apache.org/compress/ Project License: The Apache Software License, Version 2.0 - org.tukaani:xz:jar:1.0 (compile)  
          XZ for Java Description: XZ data compression URL: http://tukaani.org/xz/java.html Project License: Public Domain 
 
- org.tukaani:xz:jar:1.0 (compile)  
          
 
- org.codehaus.jackson:jackson-core-asl:jar:1.9.13 (compile)  
        
- org.kitesdk:kite-morphlines-core:test-jar:tests:0.13.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.kitesdk:kite-morphlines-core:jar:0.13.0 (compile)  
      
Licenses
BSD style: Hamcrest Core
Public Domain: XZ for Java
BSD: ParaNamer Core
Apache License, Version 2.0: config
Apache License 2.0: Metrics Core, Metrics Health Checks
Common Public License Version 1.0: JUnit
MIT License: SLF4J API Module
The Apache Software License, Version 2.0: Apache Avro, Commons Compress, Data Mapper for Jackson, FindBugs-jsr305, Guava: Google Core Libraries for Java, Jackson, Snappy for Java
Apache Software License v2.0: Kite Morphlines Avro, Kite Morphlines Core
Dependency File Details
| Total | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed | 
|---|---|---|---|---|---|---|---|
| Filename | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed | 
| 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 | - | 
| paranamer-2.3.jar | 28.86 kB | 25 | 15 | 1 | 1.5 | debug | - | 
| config-1.0.2.jar | 183.10 kB | 140 | 135 | 2 | 1.6 | debug | - | 
| junit-4.10.jar | 247.23 kB | 290 | 252 | 31 | 1.5 | debug | - | 
| avro-1.7.5.jar | 391.29 kB | 314 | 292 | 9 | 1.6 | debug | - | 
| commons-compress-1.4.1.jar | 235.71 kB | 156 | 129 | 14 | 1.5 | debug | - | 
| jackson-core-asl-1.9.13.jar | 226.80 kB | 137 | 121 | 8 | 1.5 | debug | - | 
| jackson-mapper-asl-1.9.13.jar | 762.37 kB | 529 | 502 | 18 | 1.5 | debug | - | 
| hamcrest-core-1.1.jar | 74.85 kB | 54 | 21 | 3 | 1.5 | debug | - | 
| kite-morphlines-core-0.13.0.jar | 245.58 kB | 208 | 172 | 11 | 1.6 | debug | - | 
| kite-morphlines-core-0.13.0-tests.jar | 1.36 MB | - | - | - | - | - | - | 
| slf4j-api-1.6.1.jar | 24.90 kB | 34 | 23 | 3 | 1.3 | debug | - | 
| xz-1.0.jar | 92.45 kB | 115 | 102 | 9 | 1.4 | release | sealed | 
| 16 | 5.51 MB | 3,467 | 3,148 | 127 | 1.6 | 14 | 1 | 
| compile: 12 | compile: 3.80 MB | compile: 3,053 | compile: 2,841 | compile: 90 | - | compile: 11 | compile: 1 | 
| test: 3 | test: 1.67 MB | test: 344 | test: 273 | test: 34 | - | test: 2 | - | 
| provided: 1 | provided: 31.12 kB | provided: 70 | provided: 34 | provided: 3 | - | provided: 1 | - |