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.maxmind.db | maxmind-db | 0.3.3 | 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.kitesdk | kite-morphlines-core | 0.17.0 | tests | test-jar | Apache Software License v2.0 |
org.kitesdk | kite-morphlines-json | 0.17.0 | - | 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.fasterxml.jackson.core | jackson-annotations | 2.3.0 | jar | The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1 |
com.fasterxml.jackson.core | jackson-core | 2.3.1 | jar | The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1 |
com.fasterxml.jackson.core | jackson-databind | 2.3.1 | jar | The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1 |
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 |
---|---|---|---|---|
log4j | log4j | 1.2.16 | jar | The Apache Software License, Version 2.0 |
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-maxmind:jar:0.17.0
Kite Morphlines Maxmind 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-maxmind
Project License: Apache Software License v2.0
- com.maxmind.db:maxmind-db:jar:0.3.3 (compile)
MaxMind DB Reader Description: Reader for MaxMind DB
Project License: Apache License 2.0
- com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 (compile)
jackson-databind Description: General data-binding functionality for Jackson: works on core streaming API
URL: http://wiki.fasterxml.com/JacksonHome
Project License: The Apache Software License, Version 2.0GNU Lesser General Public License, Version 2.1
- com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0 (compile)
Jackson-annotations Description: Core annotations used for value types, used by Jackson data binding package.
URL: http://wiki.fasterxml.com/JacksonHome
Project License: The Apache Software License, Version 2.0GNU Lesser General Public License, Version 2.1
- com.fasterxml.jackson.core:jackson-core:jar:2.3.1 (compile)
Jackson-core Description: Core Jackson abstractions, basic JSON streaming API implementation
URL: http://wiki.fasterxml.com/JacksonHome
Project License: The Apache Software License, Version 2.0GNU Lesser General Public License, Version 2.1
- com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 (compile)
- 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-json:jar:0.17.0 (test)
Kite Morphlines JSON 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-json
Project License: Apache Software License v2.0
- 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)
- com.maxmind.db:maxmind-db:jar:0.3.3 (compile)
Licenses
BSD style: Hamcrest Core
Apache License, Version 2.0: config
GNU Lesser General Public License, Version 2.1: Jackson-annotations, Jackson-core, jackson-databind
Apache License 2.0: MaxMind DB Reader, Metrics Core, Metrics Health Checks
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, Jackson-annotations, Jackson-core, jackson-databind
Apache Software License v2.0: Kite Morphlines Core, Kite Morphlines JSON, Kite Morphlines Maxmind
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 |
jackson-annotations-2.3.0.jar | 34.24 kB | 61 | 49 | 1 | 1.6 | debug |
jackson-core-2.3.1.jar | 193.35 kB | 109 | 87 | 8 | 1.6 | debug |
jackson-databind-2.3.1.jar | 892.88 kB | 599 | 565 | 20 | 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 |
maxmind-db-0.3.3.jar | 16.18 kB | 19 | 9 | 1 | 1.6 | 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 |
log4j-1.2.16.jar | 470.25 kB | 346 | 308 | 20 | 1.1 | 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 | - | - | - | - | - |
kite-morphlines-json-0.17.0.jar | 10.30 kB | 15 | 4 | 1 | 1.6 | 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 | 5.42 MB | 3,369 | 3,027 | 121 | 1.6 | 16 |
compile: 10 | compile: 3.23 MB | compile: 2,578 | compile: 2,402 | compile: 62 | - | compile: 10 |
test: 6 | test: 2.16 MB | test: 721 | test: 591 | test: 56 | - | test: 5 |
provided: 1 | provided: 31.12 kB | provided: 70 | provided: 34 | provided: 3 | - | provided: 1 |