MVN

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

Maven & Gradle

Jul 07, 2023
2.8k stars

Smithy :: AWS :: Typescript :: Codegen · Generates TypeScript code for AWS protocols from Smithy models

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

Latest Version

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

  • Latest Stable: 0.17.1

All Versions

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

Version Vulnerabilities Updated
0.17.x
smithy-aws-typescript-codegen-0.17.1
smithy-aws-typescript-codegen-0.17.0
0.16.x
smithy-aws-typescript-codegen-0.16.0
0.15.x
smithy-aws-typescript-codegen-0.15.0
0.14.x
smithy-aws-typescript-codegen-0.14.0
0.13.x
smithy-aws-typescript-codegen-0.13.0
0.12.x
smithy-aws-typescript-codegen-0.12.0
0.11.x
smithy-aws-typescript-codegen-0.11.0
0.10.x
smithy-aws-typescript-codegen-0.10.0
0.9.x
smithy-aws-typescript-codegen-0.9.0
0.8.x
smithy-aws-typescript-codegen-0.8.0
0.7.x
smithy-aws-typescript-codegen-0.7.1
smithy-aws-typescript-codegen-0.7.0
0.6.x
smithy-aws-typescript-codegen-0.6.0
0.5.x
smithy-aws-typescript-codegen-0.5.0
0.4.x
smithy-aws-typescript-codegen-0.4.0
0.3.x
smithy-aws-typescript-codegen-0.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>software.amazon.smithy.typescript</groupId>
    <artifactId>smithy-aws-typescript-codegen</artifactId>
    <version>0.17.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'software.amazon.smithy.typescript:smithy-aws-typescript-codegen:0.17.1'

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

implementation("software.amazon.smithy.typescript:smithy-aws-typescript-codegen:0.17.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "software.amazon.smithy.typescript" % "smithy-aws-typescript-codegen" % "0.17.1"

Advertisement