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.amazonaws aws-lambda-java-core 1.2.1 jar Apache License, Version 2.0
com.amazonaws aws-lambda-java-events 3.11.0 jar Apache License, Version 2.0
org.jetbrains annotations 22.0.0 jar The Apache Software License, Version 2.0
org.jetbrains.kotlin kotlin-reflect 1.6.10 jar The Apache License, Version 2.0
org.jetbrains.kotlin kotlin-stdlib 1.6.10 jar The Apache License, Version 2.0
org.jetbrains.kotlin kotlin-stdlib-jdk7 1.6.10 jar The Apache License, Version 2.0
org.jetbrains.kotlin kotlin-stdlib-jdk8 1.6.10 jar The Apache License, Version 2.0
org.jetbrains.kotlinx kotlinx-coroutines-core-jvm 1.6.0 jar The Apache Software License, Version 2.0
org.jetbrains.kotlinx kotlinx-serialization-core-jvm 1.3.2 jar The Apache Software License, Version 2.0
org.jetbrains.kotlinx kotlinx-serialization-json-jvm 1.3.2 jar The Apache Software License, Version 2.0
org.slf4j slf4j-api 1.7.30 jar MIT License
software.amazon.awssdk sns 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk sqs 2.17.124 jar Apache 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
io.cucumber cucumber-java8 6.11.0 jar MIT License
io.cucumber cucumber-junit 6.11.0 jar MIT License
io.mockk mockk 1.12.2 jar Apache License, Version 2.0
io.mockk mockk-dsl-jvm 1.12.2 jar Apache License, Version 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.vintage junit-vintage-engine 5.7.2 jar Eclipse Public 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 Licenses
joda-time joda-time 2.6 jar Apache 2
org.jetbrains.kotlin kotlin-stdlib-common 1.6.0 jar The Apache License, Version 2.0
org.reactivestreams reactive-streams 1.0.3 jar CC0
software.amazon.awssdk annotations 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk auth 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk aws-core 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk aws-query-protocol 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk http-client-spi 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk json-utils 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk metrics-spi 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk profiles 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk protocol-core 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk regions 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk sdk-core 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk third-party-jackson-core 2.17.124 jar Apache License, Version 2.0
software.amazon.awssdk utils 2.17.124 jar Apache License, Version 2.0
software.amazon.eventstream eventstream 1.0.1 jar Apache License, Version 2.0

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
commons-codec commons-codec 1.11 jar Apache License, Version 2.0
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0
org.apache.httpcomponents httpclient 4.5.13 jar Apache License, Version 2.0
org.apache.httpcomponents httpcore 4.4.13 jar Apache License, Version 2.0
software.amazon.awssdk apache-client 2.17.124 jar Apache 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
io.cucumber create-meta 4.0.0 jar MIT License
io.cucumber cucumber-core 6.11.0 jar MIT License
io.cucumber cucumber-expressions 10.3.0 jar MIT License
io.cucumber cucumber-gherkin 6.11.0 jar MIT License
io.cucumber cucumber-gherkin-messages 6.11.0 jar MIT License
io.cucumber cucumber-plugin 6.11.0 jar MIT License
io.cucumber datatable 3.5.0 jar MIT License
io.cucumber docstring 6.11.0 jar MIT License
io.cucumber html-formatter 13.0.0 jar MIT License
io.cucumber messages 15.0.0 jar MIT License
io.cucumber tag-expressions 3.0.1 jar MIT License
io.mockk mockk-agent-api 1.12.2 jar Apache License, Version 2.0
io.mockk mockk-agent-common 1.12.2 jar Apache License, Version 2.0
io.mockk mockk-agent-jvm 1.12.2 jar Apache License, Version 2.0
io.mockk mockk-common 1.12.2 jar Apache License, Version 2.0
io.mockk mockk-dsl 1.12.2 jar Apache License, Version 2.0
junit junit 4.13.2 jar Eclipse Public License 1.0
net.bytebuddy byte-buddy 1.12.5 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.12.5 jar Apache License, Version 2.0
net.jodah typetools 0.6.3 jar Apache License, Version 2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
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.1 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

Apache 2: Joda-Time

CC0: reactive-streams

The Apache License, Version 2.0: Kotlin Reflect, Kotlin Stdlib, Kotlin Stdlib Common, Kotlin Stdlib Jdk7, Kotlin Stdlib Jdk8, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

Eclipse Public License 1.0: JUnit

MIT License: Cucumber Expressions, Cucumber HTML Formatter, Cucumber Messages, Cucumber Tag Expressions, Cucumber create meta, Cucumber-JVM: Core, Cucumber-JVM: Docstring, Cucumber-JVM: Gherkin, Cucumber-JVM: Gherkin Messages, Cucumber-JVM: JUnit, Cucumber-JVM: Java 8, Cucumber-JVM: Plugin, DataTable, SLF4J API Module

Apache License, Version 2.0: AWS Event Stream, AWS Java SDK :: AWS Core, AWS Java SDK :: Annotations, AWS Java SDK :: Auth, AWS Java SDK :: Core :: Protocols :: AWS Query Protocol, AWS Java SDK :: Core :: Protocols :: Json Utils, AWS Java SDK :: Core :: Protocols :: Protocol Core, AWS Java SDK :: HTTP Client Interface, AWS Java SDK :: HTTP Clients :: Apache, AWS Java SDK :: Metrics SPI, AWS Java SDK :: Profiles, AWS Java SDK :: Regions, AWS Java SDK :: SDK Core, AWS Java SDK :: Services :: Amazon SNS, AWS Java SDK :: Services :: Amazon SQS, AWS Java SDK :: Third Party :: Jackson-core, AWS Java SDK :: Utilities, AWS Lambda Java Core Library, AWS Lambda Java Events Library, Apache Commons Codec, Apache HttpClient, Apache HttpCore, Byte Buddy (without dependencies), Byte Buddy agent, Java MockK DSL, MockK, MockK Common Agent classes, MockK DSL common, MockK Java Agent, MockK Java Agent API, MockK common, Objenesis, TypeTools

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

New BSD License: Hamcrest Core

The MIT license: WrzasqPl Commons AWS

The Apache Software License, Version 2.0: Apache Commons Logging, JetBrains Java Annotations, kotlinx-coroutines-core, kotlinx-serialization-core, kotlinx-serialization-json

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
aws-lambda-java-core-1.2.1.jar 7.5 kB 22 10 1 1.8 Yes
aws-lambda-java-events-3.11.0.jar 419.7 kB 287 270 5 1.8 Yes
commons-codec-1.11.jar 335 kB 243 96 7 1.6 Yes
commons-logging-1.2.jar 61.8 kB 42 28 2 1.2 Yes
create-meta-4.0.0.jar 45.6 kB 44 25 2 1.8 Yes
cucumber-core-6.11.0.jar 706.7 kB 374 317 20 1.8 Yes
cucumber-expressions-10.3.0.jar 55.9 kB 49 39 1 1.8 Yes
cucumber-gherkin-6.11.0.jar 6.4 kB 20 9 1 1.8 Yes
cucumber-gherkin-messages-6.11.0.jar 172.3 kB 121 92 4 1.8 Yes
cucumber-java8-6.11.0.jar 214.9 kB 146 134 1 1.8 Yes
cucumber-junit-6.11.0.jar 39.8 kB 40 30 1 1.8 Yes
cucumber-plugin-6.11.0.jar 32.7 kB 58 47 2 1.8 Yes
datatable-3.5.0.jar 105.4 kB 94 77 3 1.8 Yes
docstring-6.11.0.jar 9.7 kB 18 8 1 1.8 Yes
html-formatter-13.0.0.jar 435.9 kB 15 2 1 1.8 Yes
messages-15.0.0.jar 5.7 MB 3162 3086 30 1.8 Yes
tag-expressions-3.0.1.jar 13.1 kB 22 12 1 1.8 Yes
mockk-1.12.2.jar 535.7 kB 338 320 12 1.8 Yes
mockk-agent-api-1.12.2.jar 11.1 kB 19 13 1 1.8 Yes
mockk-agent-common-1.12.2.jar 39.1 kB 32 24 2 1.8 Yes
mockk-agent-jvm-1.12.2.jar 90.4 kB 63 48 6 1.8 Yes
mockk-common-1.12.2.jar 44.5 kB 88 0 0 - No
mockk-dsl-1.12.2.jar 39.9 kB 69 0 0 - No
mockk-dsl-jvm-1.12.2.jar 400.6 kB 239 234 1 1.8 Yes
joda-time-2.6.jar 587.5 kB 673 244 7 1.5 Yes
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
byte-buddy-1.12.5.jar 3.8 MB 2696 2635 39 - Yes
byte-buddy-agent-1.12.5.jar 256.9 kB 89 69 3 - Yes
typetools-0.6.3.jar 18.3 kB 18 8 1 1.6 Yes
httpclient-4.5.13.jar 780.3 kB 511 470 24 1.6 Yes
httpcore-4.4.13.jar 328.6 kB 283 253 17 1.6 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 - Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
annotations-22.0.0.jar 28.5 kB 66 56 3 - Yes
kotlin-reflect-1.6.10.jar 3 MB 1956 1852 63 - Yes
kotlin-stdlib-1.6.10.jar 1.5 MB 920 877 31 - Yes
kotlin-stdlib-common-1.6.0.jar 200.6 kB 337 0 0 - No
kotlin-stdlib-jdk7-1.6.10.jar 22.4 kB 19 8 4 - Yes
kotlin-stdlib-jdk8-1.6.10.jar 16.2 kB 32 12 8 - Yes
kotlinx-coroutines-core-jvm-1.6.0.jar 1.5 MB 875 850 12 1.8 Yes
kotlinx-serialization-core-jvm-1.3.2.jar 342.2 kB 224 212 7 - Yes
kotlinx-serialization-json-jvm-1.3.2.jar 212.2 kB 125 116 3 - 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-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
junit-vintage-engine-5.7.2.jar 64.3 kB 47 33 6 - Yes
objenesis-3.1.jar 60.4 kB 64 48 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.30.jar 41.5 kB 46 34 4 1.5 Yes
annotations-2.17.124.jar 12.8 kB 24 11 1 1.8 No
apache-client-2.17.124.jar 74.8 kB 68 41 6 1.8 Yes
auth-2.17.124.jar 147.8 kB 119 100 6 1.8 Yes
aws-core-2.17.124.jar 119.9 kB 116 80 16 1.8 Yes
aws-query-protocol-2.17.124.jar 69.8 kB 64 45 5 1.8 Yes
http-client-spi-2.17.124.jar 71.5 kB 79 63 3 1.8 Yes
json-utils-2.17.124.jar 25.3 kB 27 12 2 1.8 Yes
metrics-spi-2.17.124.jar 27.3 kB 30 16 2 1.8 Yes
profiles-2.17.124.jar 31.8 kB 30 16 2 1.8 Yes
protocol-core-2.17.124.jar 35.1 kB 41 27 1 1.8 Yes
regions-2.17.124.jar 646.9 kB 361 339 8 1.8 Yes
sdk-core-2.17.124.jar 650.4 kB 576 500 51 1.8 Yes
sns-2.17.124.jar 934.7 kB 646 624 4 1.8 Yes
sqs-2.17.124.jar 550.4 kB 369 341 5 1.8 Yes
third-party-jackson-core-2.17.124.jar 389.9 kB 164 128 13 - Yes
utils-2.17.124.jar 124.4 kB 105 86 7 1.8 Yes
eventstream-1.0.1.jar 30.2 kB 29 19 1 1.8 Yes
Total Size Entries Classes Packages Java Version Debug Information
68 27.4 MB 18415 15999 553 1.8 64
compile: 30 compile: 11.8 MB compile: 8379 compile: 6961 compile: 276 - compile: 28
test: 33 test: 14 MB test: 8889 test: 8150 test: 221 - test: 31
runtime: 5 runtime: 1.6 MB runtime: 1147 runtime: 888 runtime: 56 - runtime: 5