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 Classifier Type Licenses
com.azure azure-core 1.20.0-beta.1 - jar The MIT License (MIT)
io.netty netty-buffer 4.1.66.Final - jar Apache License, Version 2.0
io.netty netty-codec-http 4.1.66.Final - jar Apache License, Version 2.0
io.netty netty-codec-http2 4.1.66.Final - jar Apache License, Version 2.0
io.netty netty-handler 4.1.66.Final - jar Apache License, Version 2.0
io.netty netty-handler-proxy 4.1.66.Final - jar Apache License, Version 2.0
io.netty netty-transport-native-epoll 4.1.66.Final linux-x86_64 jar Apache License, Version 2.0
io.netty netty-transport-native-kqueue 4.1.66.Final osx-x86_64 jar Apache License, Version 2.0
io.netty netty-transport-native-unix-common 4.1.66.Final - jar Apache License, Version 2.0
io.projectreactor.netty reactor-netty 1.0.9 - 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 Classifier Type Licenses
com.azure azure-core 1.20.0-beta.1 tests test-jar The MIT License (MIT)
com.azure azure-core-test 1.8.0-beta.1 - jar The MIT License (MIT)
com.azure azure-core-test 1.8.0-beta.1 tests test-jar The MIT License (MIT)
com.github.tomakehurst wiremock-standalone 2.24.1 - jar The Apache Software License, Version 2.0
io.projectreactor reactor-test 3.4.8 - jar Apache License, Version 2.0
org.jacoco org.jacoco.agent 0.8.5 runtime jar Eclipse Public License 2.0
org.junit.jupiter junit-jupiter-api 5.7.2 - jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.7.2 - jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.7.2 - jar Eclipse Public License v2.0
org.mockito mockito-core 3.9.0 - jar The 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 Classifier Type Licenses
com.fasterxml.jackson.core jackson-annotations 2.12.4 - jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.12.4 - jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.12.4 - jar The Apache Software License, Version 2.0
com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.12.4 - jar The Apache Software License, Version 2.0
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.12.4 - jar The Apache Software License, Version 2.0
com.fasterxml.jackson.module jackson-module-jaxb-annotations 2.12.4 - jar The Apache Software License, Version 2.0
com.fasterxml.woodstox woodstox-core 6.2.4 - jar The Apache License, Version 2.0
io.netty netty-codec 4.1.66.Final - jar Apache License, Version 2.0
io.netty netty-codec-dns 4.1.65.Final - jar Apache License, Version 2.0
io.netty netty-codec-socks 4.1.66.Final - jar Apache License, Version 2.0
io.netty netty-common 4.1.66.Final - jar Apache License, Version 2.0
io.netty netty-resolver 4.1.66.Final - jar Apache License, Version 2.0
io.netty netty-resolver-dns 4.1.65.Final - jar Apache License, Version 2.0
io.netty netty-resolver-dns-native-macos 4.1.65.Final osx-x86_64 jar Apache License, Version 2.0
io.netty netty-tcnative-boringssl-static 2.0.40.Final - jar -
io.netty netty-transport 4.1.66.Final - jar Apache License, Version 2.0
io.projectreactor reactor-core 3.4.8 - jar Apache License, Version 2.0
io.projectreactor.netty reactor-netty-core 1.0.9 - jar The Apache Software License, Version 2.0
io.projectreactor.netty reactor-netty-http 1.0.9 - jar The Apache Software License, Version 2.0
jakarta.activation jakarta.activation-api 1.2.1 - jar EDL 1.0
jakarta.xml.bind jakarta.xml.bind-api 2.3.2 - jar Eclipse Distribution License - v 1.0
org.codehaus.woodstox stax2-api 4.2.1 - jar The BSD License
org.reactivestreams reactive-streams 1.0.3 - jar CC0
org.slf4j slf4j-api 1.7.32 - jar MIT License

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type Licenses
io.projectreactor.netty reactor-netty-http-brave 1.0.9 jar The Apache Software License, Version 2.0
io.zipkin.brave brave 5.13.3 jar The Apache Software License, Version 2.0
io.zipkin.brave brave-instrumentation-http 5.13.3 jar The Apache Software License, Version 2.0
io.zipkin.reporter2 zipkin-reporter 2.16.3 jar The Apache Software License, Version 2.0
io.zipkin.reporter2 zipkin-reporter-brave 2.16.3 jar The Apache Software License, Version 2.0
io.zipkin.zipkin2 zipkin 2.23.2 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 Licenses
net.bytebuddy byte-buddy 1.10.20 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.10.20 jar Apache License, Version 2.0
org.apiguardian apiguardian-api 1.1.0 jar The Apache License, Version 2.0
org.junit.platform junit-platform-commons 1.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.7.2 jar Eclipse Public License v2.0
org.objenesis objenesis 3.2 jar Apache License, Version 2.0
org.opentest4j opentest4j 1.2.0 jar The Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Eclipse Public License 2.0: JaCoCo :: Agent

The BSD License: Stax2 API

The Apache License, Version 2.0: Woodstox, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

MIT License: SLF4J API Module

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API

CC0: reactive-streams

The MIT License (MIT): Microsoft Azure Java Core Library, Microsoft Azure Java Core Test Library, Microsoft Azure Netty HTTP Client Library

Unknown: Netty/TomcatNative [BoringSSL - Static]

EDL 1.0: JavaBeans Activation Framework API jar

The MIT License: mockito-core

Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/Socks, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/MacOS, Netty/Transport, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Non-Blocking Reactive Foundation for the JVM, Objenesis, Reactor Test support

Eclipse Distribution License - v 1.0: jakarta.xml.bind-api

The Apache Software License, Version 2.0: Brave, Brave Instrumentation: Http Adapters, Brave instrumentation for Reactor Netty HTTP, Core functionality for the Reactor Netty library, HTTP functionality for the Reactor Netty library, Jackson datatype: JSR310, Jackson module: JAXB Annotations, Jackson-annotations, Jackson-core, Jackson-dataformat-XML, Reactor Netty with all modules, WireMock, Zipkin Core Library, Zipkin Reporter Brave, Zipkin Reporter: Core, jackson-databind

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
azure-core-1.20.0-beta.1.jar 428.1 kB 320 288 22 - Yes
azure-core-1.20.0-beta.1-tests.jar 497.3 kB - - - - -
azure-core-test-1.8.0-beta.1.jar 102.5 kB 83 63 9 - Yes
azure-core-test-1.8.0-beta.1-tests.jar 56.4 kB - - - - -
jackson-annotations-2.12.4.jar 75.7 kB 84 72 2 - Yes
jackson-core-2.12.4.jar 365.2 kB 151 125 13 - Yes
jackson-databind-2.12.4.jar 1.5 MB 737 701 23 - Yes
jackson-dataformat-xml-2.12.4.jar 121.4 kB 76 54 7 - Yes
jackson-datatype-jsr310-2.12.4.jar 120.4 kB 79 59 7 - Yes
jackson-module-jaxb-annotations-2.12.4.jar 36.6 kB 33 13 4 - Yes
woodstox-core-6.2.4.jar 1.6 MB 1091 942 79 - Yes
wiremock-standalone-2.24.1.jar 12.5 MB 6905 6309 236 - Yes
netty-buffer-4.1.66.Final.jar 301.7 kB 153 136 2 1.6 Yes
netty-codec-4.1.66.Final.jar 335.4 kB 233 211 10 1.6 Yes
netty-codec-dns-4.1.65.Final.jar 61.5 kB 54 40 1 1.6 Yes
netty-codec-http-4.1.66.Final.jar 634.1 kB 406 380 9 1.6 Yes
netty-codec-http2-4.1.66.Final.jar 471.2 kB 291 273 1 1.6 Yes
netty-codec-socks-4.1.66.Final.jar 119 kB 124 107 4 1.6 Yes
netty-common-4.1.66.Final.jar 651.3 kB 518 486 9 1.6 Yes
netty-handler-4.1.66.Final.jar 524.5 kB 362 334 12 1.6 Yes
netty-handler-proxy-4.1.66.Final.jar 24 kB 25 12 1 1.6 Yes
netty-resolver-4.1.66.Final.jar 37 kB 41 29 1 1.6 Yes
netty-resolver-dns-4.1.65.Final.jar 154.9 kB 117 100 1 1.6 Yes
netty-resolver-dns-native-macos-4.1.65.Final-osx-x86_64.jar 23.7 kB 19 3 1 1.6 Yes
netty-tcnative-boringssl-static-2.0.40.Final.jar 4.1 MB 50 27 1 1.6 Yes
netty-transport-4.1.66.Final.jar 478.4 kB 389 361 12 1.6 Yes
netty-transport-native-epoll-4.1.66.Final-linux-x86_64.jar 171.2 kB 79 64 1 1.6 Yes
netty-transport-native-kqueue-4.1.66.Final-osx-x86_64.jar 124.3 kB 65 50 1 1.6 Yes
netty-transport-native-unix-common-4.1.66.Final.jar 40.2 kB 42 29 1 1.6 Yes
reactor-core-3.4.8.jar 1.7 MB 898 882 10 1.8 Yes
reactor-test-3.4.8.jar 123.9 kB 72 64 4 1.8 Yes
reactor-netty-1.0.9.jar 0.4 kB 2 0 0 - No
reactor-netty-core-1.0.9.jar 375.8 kB 225 210 9 1.8 Yes
reactor-netty-http-1.0.9.jar 291.5 kB 163 154 5 1.8 Yes
reactor-netty-http-brave-1.0.9.jar 30.2 kB 26 20 1 1.8 Yes
brave-5.13.3.jar 286 kB 268 251 13 1.6 Yes
brave-instrumentation-http-5.13.3.jar 70 kB 68 62 1 1.6 Yes
zipkin-reporter-2.16.3.jar 37.4 kB 36 30 2 1.6 Yes
zipkin-reporter-brave-2.16.3.jar 16.3 kB 15 9 1 1.6 Yes
zipkin-2.23.2.jar 244.1 kB 178 167 7 1.6 Yes
jakarta.activation-api-1.2.1.jar 44.4 kB 42 31 1 1.5 Yes
jakarta.xml.bind-api-2.3.2.jar 115.5 kB 137 111 7 - Yes
byte-buddy-1.10.20.jar 3.5 MB 2512 2457 37 - Yes
byte-buddy-agent-1.10.20.jar 259.2 kB 81 63 2 - Yes
apiguardian-api-1.1.0.jar 2.4 kB 8 3 2 - Yes
stax2-api-4.2.1.jar 195.9 kB 146 125 12 - Yes
org.jacoco.agent-0.8.5-runtime.jar 282 kB 188 153 17 1.5 Yes
junit-jupiter-api-5.7.2.jar 175.6 kB 168 153 8 - Yes
junit-jupiter-engine-5.7.2.jar 212.9 kB 131 114 9 - Yes
junit-jupiter-params-5.7.2.jar 567.3 kB 374 340 22 - Yes
junit-platform-commons-1.7.2.jar 100 kB 63 43 7 - Yes
junit-platform-engine-1.7.2.jar 181.4 kB 141 125 9 - Yes
mockito-core-3.9.0.jar 666.3 kB 663 590 65 1.8 Yes
objenesis-3.2.jar 49.4 kB 59 43 10 1.8 Yes
opentest4j-1.2.0.jar 7.7 kB 11 7 2 - Yes
reactive-streams-1.0.3.jar 11.4 kB 17 13 1 1.6 Yes
slf4j-api-1.7.32.jar 41.5 kB 46 34 4 1.5 Yes
Total Size Entries Classes Packages Java Version Debug Information
57 35.3 MB 19265 17522 738 1.8 54
compile: 34 compile: 15.3 MB compile: 7215 compile: 6456 compile: 274 - compile: 33
test: 17 test: 19.3 MB test: 11459 test: 10527 test: 439 - test: 15
runtime: 6 runtime: 684 kB runtime: 591 runtime: 539 runtime: 25 - runtime: 6