MVN

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

Maven & Gradle

May 13, 2022
372 stars

smithy-aws-kotlin-codegen · Codegen support for AWS protocols

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

Latest Version

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

  • Latest Stable: 0.15.0
  • Latest Beta: 0.15.2-beta
  • Latest Alpha: 0.9.3-alpha

All Versions

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

Version Vulnerabilities Updated
0.15.x
smithy-aws-kotlin-codegen-0.15.2-beta
smithy-aws-kotlin-codegen-0.15.1-beta
smithy-aws-kotlin-codegen-0.15.0
0.14.x
smithy-aws-kotlin-codegen-0.14.4-beta
smithy-aws-kotlin-codegen-0.14.3-beta
smithy-aws-kotlin-codegen-0.14.2-beta
smithy-aws-kotlin-codegen-0.14.1-beta
smithy-aws-kotlin-codegen-0.14.0-beta
0.13.x
smithy-aws-kotlin-codegen-0.13.1-beta
smithy-aws-kotlin-codegen-0.13.0-beta
0.12.x
smithy-aws-kotlin-codegen-0.12.0-beta
0.11.x
smithy-aws-kotlin-codegen-0.11.0-beta
0.10.x
smithy-aws-kotlin-codegen-0.10.1-beta
smithy-aws-kotlin-codegen-0.10.0-beta
0.9.x
smithy-aws-kotlin-codegen-0.9.5-beta
smithy-aws-kotlin-codegen-0.9.4-beta
smithy-aws-kotlin-codegen-0.9.3-alpha
smithy-aws-kotlin-codegen-0.9.2-alpha
smithy-aws-kotlin-codegen-0.9.1-alpha
smithy-aws-kotlin-codegen-0.9.0-alpha
0.8.x
smithy-aws-kotlin-codegen-0.8.0-alpha
0.7.x
smithy-aws-kotlin-codegen-0.7.0-alpha
0.6.x
smithy-aws-kotlin-codegen-0.6.0-alpha
0.5.x
smithy-aws-kotlin-codegen-0.5.0-alpha
0.4.x
smithy-aws-kotlin-codegen-0.4.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>software.amazon.smithy.kotlin</groupId>
    <artifactId>smithy-aws-kotlin-codegen</artifactId>
    <version>0.15.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'software.amazon.smithy.kotlin:smithy-aws-kotlin-codegen:0.15.0'

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

implementation("software.amazon.smithy.kotlin:smithy-aws-kotlin-codegen:0.15.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "software.amazon.smithy.kotlin" % "smithy-aws-kotlin-codegen" % "0.15.0"