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 Licenses
org.knowm.xchange xchange-core 4.2.0 jar MIT
org.oxerr okcoin-client-fix 5.1.3 jar The BSD 2-Clause 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 Licenses
junit junit 4.12 jar Eclipse Public License 1.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 Licenses
com.fasterxml.jackson.core jackson-annotations 2.8.0 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.8.8 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.8.8 jar The Apache Software License, Version 2.0
com.github.mmazi rescu 1.9.0 jar MIT
com.google.code.findbugs jsr305 3.0.1 jar The Apache Software License, Version 2.0
commons-codec commons-codec 1.3 jar /LICENSE.txt
commons-io commons-io 2.5 jar Apache License, Version 2.0
javax.ws.rs jsr311-api 1.1.1 jar CDDL License
net.iharder base64 2.3.9 jar Public domain
oauth.signpost signpost-core 1.2.1.2 jar The Apache Software License, Version 2.0
org.apache.mina mina-core 1.1.7 jar Apache 2.0 License
org.apache.mina mina-filter-ssl 1.1.7 jar Apache 2.0 License
org.slf4j slf4j-api 1.7.25 jar MIT License
quickfixj quickfixj-core 1.5.3-bd jar -
quickfixj quickfixj-msg-fix44 1.5.3-bd jar -

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 Licenses
org.hamcrest hamcrest-core 1.3 jar New BSD License

Project Dependency Graph

Dependency Tree

Licenses

Public domain: base64

Unknown: quickfixj-core, quickfixj-msg-fix44

CDDL License: jsr311-api

Eclipse Public License 1.0: JUnit

The BSD 2-Clause License: OKCoin Client - FIX, OKCoin Client - XChange

MIT License: SLF4J API Module

Apache License, Version 2.0: Apache Commons IO

Apache 2.0 License: Apache MINA Core API, Apache MINA SSL Filter

MIT: ResCU, XChange Core

New BSD License: Hamcrest Core

The Apache Software License, Version 2.0: Codec, FindBugs-jsr305, Jackson-annotations, Jackson-core, jackson-databind, signpost-core

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
jackson-annotations-2.8.0.jar 55.8 kB 74 62 1 1.6 Yes
jackson-core-2.8.8.jar 282.4 kB 118 95 9 1.6 Yes
jackson-databind-2.8.8.jar 1.2 MB 616 582 20 1.7 Yes
rescu-1.9.0.jar 64.8 kB 65 50 6 1.7 Yes
jsr305-3.0.1.jar 19.9 kB 46 35 3 1.5 Yes
commons-codec-1.3.jar 46.7 kB 42 25 5 1.2 Yes
commons-io-2.5.jar 208.7 kB 142 123 7 1.6 Yes
jsr311-api-1.1.1.jar 46.4 kB 67 55 3 1.5 Yes
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes
base64-2.3.9.jar 17.5 kB 13 4 1 1.6 Yes
signpost-core-1.2.1.2.jar 45.3 kB 51 32 6 1.5 Yes
mina-core-1.1.7.jar 315.6 kB 278 241 20 1.5 Yes
mina-filter-ssl-1.1.7.jar 29.2 kB 25 8 2 1.5 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
xchange-core-4.2.0.jar 126.9 kB 138 111 18 1.7 Yes
okcoin-client-fix-5.1.3.jar 59.6 kB 31 17 3 1.8 Yes
slf4j-api-1.7.25.jar 41.2 kB 46 34 4 1.5 Yes
quickfixj-core-1.5.3-bd.jar 1.4 MB 1423 1392 16 1.6 Yes
quickfixj-msg-fix44-1.5.3-bd.jar 2.4 MB 876 870 2 1.6 Yes
Total Size Entries Classes Packages Java Version Debug Information
19 6.8 MB 4426 4067 159 1.8 19
compile: 17 compile: 6.4 MB compile: 4051 compile: 3736 compile: 126 - compile: 17
test: 2 test: 360 kB test: 375 test: 331 test: 33 - test: 2

Dependency Repository Locations

Repo ID URL Release Snapshot Blacklisted
central https://repo.maven.apache.org/maven2 Yes No No
sonatype-oss-public https://oss.sonatype.org/content/groups/public/ Yes Yes No
MarketceteraRepo http://repo.marketcetera.org/maven Yes Yes No
sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots No Yes Yes
apache.snapshots http://people.apache.org/repo/m2-snapshot-repository No Yes Yes

Repository locations for each of the Dependencies.

Artifact central sonatype-oss-public MarketceteraRepo
com.fasterxml.jackson.core:jackson-annotations:jar:2.8.0 Found at https://repo.maven.apache.org/maven2 Found at https://oss.sonatype.org/content/groups/public/ -
com.fasterxml.jackson.core:jackson-core:jar:2.8.8 Found at https://repo.maven.apache.org/maven2 Found at https://oss.sonatype.org/content/groups/public/ -
com.fasterxml.jackson.core:jackson-databind:jar:2.8.8 Found at https://repo.maven.apache.org/maven2 Found at https://oss.sonatype.org/content/groups/public/ -
com.github.mmazi:rescu:jar:1.9.0 Found at https://repo.maven.apache.org/maven2 Found at https://oss.sonatype.org/content/groups/public/ -
com.google.code.findbugs:jsr305:jar:3.0.1 Found at https://repo.maven.apache.org/maven2 Found at https://oss.sonatype.org/content/groups/public/ -
commons-codec:commons-codec:jar:1.3 Found at https://repo.maven.apache.org/maven2 - -
commons-io:commons-io:jar:2.5 Found at https://repo.maven.apache.org/maven2 - -
javax.ws.rs:jsr311-api:jar:1.1.1 Found at https://repo.maven.apache.org/maven2 Found at https://oss.sonatype.org/content/groups/public/ -
junit:junit:jar:4.12 Found at https://repo.maven.apache.org/maven2 Found at https://oss.sonatype.org/content/groups/public/ -
net.iharder:base64:jar:2.3.9 Found at https://repo.maven.apache.org/maven2 Found at https://oss.sonatype.org/content/groups/public/ -
oauth.signpost:signpost-core:jar:1.2.1.2 Found at https://repo.maven.apache.org/maven2 - -
org.apache.mina:mina-core:jar:1.1.7 Found at https://repo.maven.apache.org/maven2 - -
org.apache.mina:mina-filter-ssl:jar:1.1.7 Found at https://repo.maven.apache.org/maven2 - -
org.hamcrest:hamcrest-core:jar:1.3 Found at https://repo.maven.apache.org/maven2 Found at https://oss.sonatype.org/content/groups/public/ -
org.knowm.xchange:xchange-core:jar:4.2.0 Found at https://repo.maven.apache.org/maven2 Found at https://oss.sonatype.org/content/groups/public/ -
org.oxerr:okcoin-client-fix:jar:5.1.3 - - -
org.slf4j:slf4j-api:jar:1.7.25 Found at https://repo.maven.apache.org/maven2 Found at https://oss.sonatype.org/content/groups/public/ -
quickfixj:quickfixj-core:jar:1.5.3-bd - - Found at http://repo.marketcetera.org/maven
quickfixj:quickfixj-msg-fix44:jar:1.5.3-bd - - Found at http://repo.marketcetera.org/maven
Total central sonatype-oss-public MarketceteraRepo
19 (compile: 17, test: 2) 16 11 2