MVN

software.amazon.smithy : smithy-codegen-core

Maven & Gradle

Aug 22, 2023
4 usages
1.7k stars

Smithy :: Code Generation Framework · This module provides a code generation framework for generating clients, servers, documentation, and other artifacts for various languages from Smithy models.

<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-codegen-core</artifactId>
    <version>1.37.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.37.0
  • Latest Release Candidate: 1.21.0-rc1

All Versions

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

Version Vulnerabilities Updated
1.37.x
smithy-codegen-core-1.37.0
1.36.x
smithy-codegen-core-1.36.0
1.35.x
smithy-codegen-core-1.35.0
1.34.x
smithy-codegen-core-1.34.0
1.33.x
smithy-codegen-core-1.33.0
1.32.x
smithy-codegen-core-1.32.0
1.31.x
smithy-codegen-core-1.31.0
1.30.x
smithy-codegen-core-1.30.0
1.29.x
smithy-codegen-core-1.29.0
1.28.x
smithy-codegen-core-1.28.1
smithy-codegen-core-1.28.0
1.27.x
smithy-codegen-core-1.27.2
smithy-codegen-core-1.27.1
smithy-codegen-core-1.27.0
1.26.x
smithy-codegen-core-1.26.4
smithy-codegen-core-1.26.3
smithy-codegen-core-1.26.2
smithy-codegen-core-1.26.1
smithy-codegen-core-1.26.0
1.25.x
smithy-codegen-core-1.25.2
smithy-codegen-core-1.25.1
smithy-codegen-core-1.25.0
1.24.x
smithy-codegen-core-1.24.0
1.23.x
smithy-codegen-core-1.23.1
smithy-codegen-core-1.23.0
1.22.x
smithy-codegen-core-1.22.0
1.21.x
smithy-codegen-core-1.21.0
smithy-codegen-core-1.21.0-rc1
1.19.x
smithy-codegen-core-1.19.0
1.18.x
smithy-codegen-core-1.18.1
smithy-codegen-core-1.18.0
1.17.x
smithy-codegen-core-1.17.0
1.16.x
smithy-codegen-core-1.16.3
smithy-codegen-core-1.16.2
smithy-codegen-core-1.16.1
smithy-codegen-core-1.16.0
1.15.x
smithy-codegen-core-1.15.0
1.14.x
smithy-codegen-core-1.14.1
smithy-codegen-core-1.14.0
1.13.x
smithy-codegen-core-1.13.1
smithy-codegen-core-1.13.0
1.12.x
smithy-codegen-core-1.12.0
1.11.x
smithy-codegen-core-1.11.0
1.10.x
smithy-codegen-core-1.10.0
1.9.x
smithy-codegen-core-1.9.1
smithy-codegen-core-1.9.0
1.8.x
smithy-codegen-core-1.8.0
1.7.x
smithy-codegen-core-1.7.2
smithy-codegen-core-1.7.1
smithy-codegen-core-1.7.0
1.6.x
smithy-codegen-core-1.6.1
smithy-codegen-core-1.6.0
1.5.x
smithy-codegen-core-1.5.1
smithy-codegen-core-1.5.0
1.4.x
smithy-codegen-core-1.4.0
1.3.x
smithy-codegen-core-1.3.0
1.2.x
smithy-codegen-core-1.2.0
1.1.x
smithy-codegen-core-1.1.0
1.0.x
smithy-codegen-core-1.0.11
smithy-codegen-core-1.0.10
smithy-codegen-core-1.0.9
smithy-codegen-core-1.0.8
smithy-codegen-core-1.0.7
smithy-codegen-core-1.0.6
smithy-codegen-core-1.0.5
smithy-codegen-core-1.0.4
smithy-codegen-core-1.0.3
smithy-codegen-core-1.0.2
smithy-codegen-core-1.0.1
smithy-codegen-core-1.0.0
0.9.x
smithy-codegen-core-0.9.10
smithy-codegen-core-0.9.9
smithy-codegen-core-0.9.8
smithy-codegen-core-0.9.7
smithy-codegen-core-0.9.6
smithy-codegen-core-0.9.5
smithy-codegen-core-0.9.4
smithy-codegen-core-0.9.3
smithy-codegen-core-0.9.1
smithy-codegen-core-0.9.0
0.8.x
smithy-codegen-core-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-codegen-core</artifactId>
    <version>1.37.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'software.amazon.smithy:smithy-codegen-core:1.37.0'

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

implementation("software.amazon.smithy:smithy-codegen-core:1.37.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "software.amazon.smithy" % "smithy-codegen-core" % "1.37.0"

Advertisement

Dependencies from Group

Aug 22, 2023
24 usages
1.7k stars
Aug 22, 2023
11 usages
1.7k stars
Aug 22, 2023
9 usages
1.7k stars
Aug 22, 2023
7 usages
1.7k stars
Aug 22, 2023
6 usages
1.7k stars

Discover Dependencies

Jan 29, 2020
3 usages
0 stars
Sep 28, 2020
4 usages
0 stars
Apr 07, 2021
10 usages
243 stars
Jul 12, 2019
4 usages
4 stars
Aug 16, 2019
2 usages
3 stars