MVN

software.amazon.smithy.kotlin : smithy-kotlin-codegen-testutils

Maven & Gradle

Aug 24, 2023
45 stars

smithy-kotlin-codegen-testutils · Provides common test utilities for Smithy-Kotlin code generation

<dependency>
    <groupId>software.amazon.smithy.kotlin</groupId>
    <artifactId>smithy-kotlin-codegen-testutils</artifactId>
    <version>0.26.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.smithy.kotlin : smithy-kotlin-codegen-testutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.26.0

All Versions

Choose a version of software.amazon.smithy.kotlin : smithy-kotlin-codegen-testutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.26.x
smithy-kotlin-codegen-testutils-0.26.0
0.25.x
smithy-kotlin-codegen-testutils-0.25.1
smithy-kotlin-codegen-testutils-0.25.0
0.24.x
smithy-kotlin-codegen-testutils-0.24.0
0.23.x
smithy-kotlin-codegen-testutils-0.23.0
0.22.x
smithy-kotlin-codegen-testutils-0.22.1
smithy-kotlin-codegen-testutils-0.22.0
0.21.x
smithy-kotlin-codegen-testutils-0.21.3
smithy-kotlin-codegen-testutils-0.21.2
smithy-kotlin-codegen-testutils-0.21.1
smithy-kotlin-codegen-testutils-0.21.0
0.20.x
smithy-kotlin-codegen-testutils-0.20.0
0.19.x
smithy-kotlin-codegen-testutils-0.19.0
0.18.x
smithy-kotlin-codegen-testutils-0.18.0
0.17.x
smithy-kotlin-codegen-testutils-0.17.4
smithy-kotlin-codegen-testutils-0.17.3
smithy-kotlin-codegen-testutils-0.17.2
smithy-kotlin-codegen-testutils-0.17.1
smithy-kotlin-codegen-testutils-0.17.0
0.16.x
smithy-kotlin-codegen-testutils-0.16.6
smithy-kotlin-codegen-testutils-0.16.5
smithy-kotlin-codegen-testutils-0.16.4
smithy-kotlin-codegen-testutils-0.16.3
smithy-kotlin-codegen-testutils-0.16.2
smithy-kotlin-codegen-testutils-0.16.1
smithy-kotlin-codegen-testutils-0.16.0
0.15.x
smithy-kotlin-codegen-testutils-0.15.3
smithy-kotlin-codegen-testutils-0.15.2
smithy-kotlin-codegen-testutils-0.15.1
smithy-kotlin-codegen-testutils-0.15.0
0.14.x
smithy-kotlin-codegen-testutils-0.14.3
smithy-kotlin-codegen-testutils-0.14.2

How to add a dependency to Maven

Add the following software.amazon.smithy.kotlin : smithy-kotlin-codegen-testutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.smithy.kotlin</groupId>
    <artifactId>smithy-kotlin-codegen-testutils</artifactId>
    <version>0.26.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.smithy.kotlin : smithy-kotlin-codegen-testutils gradle dependency to your build.gradle file:

implementation 'software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils:0.26.0'

Gradle Kotlin DSL: Add the following software.amazon.smithy.kotlin : smithy-kotlin-codegen-testutils gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils:0.26.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.smithy.kotlin : smithy-kotlin-codegen-testutils sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.smithy.kotlin" % "smithy-kotlin-codegen-testutils" % "0.26.0"