MVN

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

Maven & Gradle

Aug 24, 2023
1 usages
48 stars

smithy-kotlin-codegen · Generates Kotlin code from Smithy models

<dependency>
    <groupId>software.amazon.smithy.kotlin</groupId>
    <artifactId>smithy-kotlin-codegen</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 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.26.0
  • Latest Beta: 0.7.4-beta
  • Latest Alpha: 0.7.2-alpha

All Versions

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

Version Vulnerabilities Updated
0.26.x
smithy-kotlin-codegen-0.26.0
0.25.x
smithy-kotlin-codegen-0.25.1
smithy-kotlin-codegen-0.25.0
0.24.x
smithy-kotlin-codegen-0.24.0
0.23.x
smithy-kotlin-codegen-0.23.0
0.22.x
smithy-kotlin-codegen-0.22.1
smithy-kotlin-codegen-0.22.0
0.21.x
smithy-kotlin-codegen-0.21.3
smithy-kotlin-codegen-0.21.2
smithy-kotlin-codegen-0.21.1
smithy-kotlin-codegen-0.21.0
0.20.x
smithy-kotlin-codegen-0.20.0
0.19.x
smithy-kotlin-codegen-0.19.0
0.18.x
smithy-kotlin-codegen-0.18.0
0.17.x
smithy-kotlin-codegen-0.17.4
smithy-kotlin-codegen-0.17.3
smithy-kotlin-codegen-0.17.2
smithy-kotlin-codegen-0.17.1
smithy-kotlin-codegen-0.17.0
0.16.x
smithy-kotlin-codegen-0.16.6
smithy-kotlin-codegen-0.16.5
smithy-kotlin-codegen-0.16.4
smithy-kotlin-codegen-0.16.3
smithy-kotlin-codegen-0.16.2
smithy-kotlin-codegen-0.16.1
smithy-kotlin-codegen-0.16.0
0.15.x
smithy-kotlin-codegen-0.15.3
smithy-kotlin-codegen-0.15.2
smithy-kotlin-codegen-0.15.1
smithy-kotlin-codegen-0.15.0
0.14.x
smithy-kotlin-codegen-0.14.3
smithy-kotlin-codegen-0.14.2
smithy-kotlin-codegen-0.14.1
smithy-kotlin-codegen-0.14.0
0.13.x
smithy-kotlin-codegen-0.13.1
smithy-kotlin-codegen-0.13.0
0.12.x
smithy-kotlin-codegen-0.12.13
smithy-kotlin-codegen-0.12.12
smithy-kotlin-codegen-0.12.11
smithy-kotlin-codegen-0.12.10
smithy-kotlin-codegen-0.12.9
smithy-kotlin-codegen-0.12.8
smithy-kotlin-codegen-0.12.7
smithy-kotlin-codegen-0.12.6
smithy-kotlin-codegen-0.12.5
smithy-kotlin-codegen-0.12.4
smithy-kotlin-codegen-0.12.3
smithy-kotlin-codegen-0.12.2
smithy-kotlin-codegen-0.12.1
smithy-kotlin-codegen-0.12.0
0.11.x
smithy-kotlin-codegen-0.11.2
smithy-kotlin-codegen-0.11.1
smithy-kotlin-codegen-0.11.0
0.10.x
smithy-kotlin-codegen-0.10.2
smithy-kotlin-codegen-0.10.1
smithy-kotlin-codegen-0.10.0
0.9.x
smithy-kotlin-codegen-0.9.2
smithy-kotlin-codegen-0.9.1
smithy-kotlin-codegen-0.9.0
0.8.x
smithy-kotlin-codegen-0.8.5
smithy-kotlin-codegen-0.8.4
smithy-kotlin-codegen-0.8.3
smithy-kotlin-codegen-0.8.2
smithy-kotlin-codegen-0.8.1
smithy-kotlin-codegen-0.8.0
0.7.x
smithy-kotlin-codegen-0.7.8
smithy-kotlin-codegen-0.7.7
smithy-kotlin-codegen-0.7.6
smithy-kotlin-codegen-0.7.5
smithy-kotlin-codegen-0.7.4-beta
smithy-kotlin-codegen-0.7.3-beta
smithy-kotlin-codegen-0.7.2-alpha
smithy-kotlin-codegen-0.7.1-alpha
smithy-kotlin-codegen-0.7.0-alpha
0.6.x
smithy-kotlin-codegen-0.6.0-alpha
0.5.x
smithy-kotlin-codegen-0.5.1-alpha
smithy-kotlin-codegen-0.5.0-alpha
0.4.x
smithy-kotlin-codegen-0.4.1-alpha
smithy-kotlin-codegen-0.4.0-alpha

How to add a dependency to Maven

Add the following software.amazon.smithy.kotlin : smithy-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-kotlin-codegen</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement