kotlin-cdk-extensions
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.cloudshiftdev.kotlin-cdk-extensions</groupId>
<artifactId>kotlin-cdk-extensions</artifactId>
<version>10.3.0</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>io.cloudshiftdev.kotlin-cdk-extensions</groupId>
<artifactId>kotlin-cdk-extensions</artifactId>
<version>10.3.0</version>
<name>kotlin-cdk-extensions</name>
<description>Kotlin CDK Extensions</description>
<url>https://github.com/cloudshiftinc/kotlin-cdk-extensions</url>
<inceptionYear>2023</inceptionYear>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>https://www.apache.org/licenses/LICENSE-2.0.txt</distribution>
</license>
</licenses>
<developers>
<developer>
<id>cloudshiftchris</id>
<name>Chris Lee</name>
<email>chris@cloudshiftconsulting.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/cloudshiftinc/kotlin-cdk-extensions.git</connection>
<developerConnection>scm:git:https://github.com/cloudshiftinc/kotlin-cdk-extensions.git</developerConnection>
<url>https://github.com/cloudshiftinc/kotlin-cdk-extensions</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-bom</artifactId>
<version>5.9.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.cloudshiftdev.kotlin-cdk-wrapper</groupId>
<artifactId>kotlin-cdk-wrapper</artifactId>
<version>0.11.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.seancfoley</groupId>
<artifactId>ipaddress</artifactId>
<version>5.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.pearx.kasechange</groupId>
<artifactId>kasechange-jvm</artifactId>
<version>1.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.4.8-jre</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.oshai</groupId>
<artifactId>kotlin-logging-jvm</artifactId>
<version>7.0.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json-jvm</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-framework-api-jvm</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-core</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-json</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.9.0</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>