MVN

software.amazon.smithy : smithy-aws-endpoints

Maven & Gradle

Sep 25, 2023
1.6k stars

Smithy :: AWS Endpoints Components · AWS specific components for managing endpoints in Smithy

<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-aws-endpoints</artifactId>
    <version>1.39.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.39.0

All Versions

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

Version Vulnerabilities Updated
1.39.x
smithy-aws-endpoints-1.39.0

How to add a dependency to Maven

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

<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-aws-endpoints</artifactId>
    <version>1.39.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'software.amazon.smithy:smithy-aws-endpoints:1.39.0'

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

implementation("software.amazon.smithy:smithy-aws-endpoints:1.39.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "software.amazon.smithy" % "smithy-aws-endpoints" % "1.39.0"

Advertisement