awskt-test-jvm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.steamstreet</groupId> <artifactId>awskt-test-jvm</artifactId> <version>2.1.10</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.steamstreet</groupId> <artifactId>awskt-test-jvm</artifactId> <version>2.1.10</version> <name>AWSKT: test</name> <description>Some useful tools for writing local unit tests.</description> <url>https://github.com/steamstreet/awskt</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <organization>SteamStreet LLC</organization> <organizationUrl>https://github.com/steamstreet</organizationUrl> </developer> </developers> <scm> <url>https://github.com/steamstreet/awskt</url> </scm> <dependencies> <dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>dynamodb-jvm</artifactId> <version>1.4.88</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>DynamoDBLocal</artifactId> <version>1.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>dynamodbstreams-jvm</artifactId> <version>1.4.88</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>eventbridge-jvm</artifactId> <version>1.4.88</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>s3-jvm</artifactId> <version>1.4.88</version> <scope>compile</scope> </dependency> <dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>lambda-jvm</artifactId> <version>1.4.88</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.mockk</groupId> <artifactId>mockk-jvm</artifactId> <version>1.13.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.10.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-jvm</artifactId> <version>1.8.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.steamstreet</groupId> <artifactId>awskt-standards-jvm</artifactId> <version>2.1.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.steamstreet</groupId> <artifactId>awskt-dynamokt</artifactId> <version>2.1.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.steamstreet</groupId> <artifactId>awskt-lambda-eventbridge</artifactId> <version>2.1.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.steamstreet</groupId> <artifactId>awskt-lambda-dynamo-streams</artifactId> <version>2.1.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-core</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-events</artifactId> <version>3.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> <version>2.9.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>software.amazon.event.ruler</groupId> <artifactId>event-ruler</artifactId> <version>1.8.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime-jvm</artifactId> <version>0.6.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>