MVN

software.amazon.awssdk : codeconnections

Maven & Gradle

Mar 29, 2024

AWS Java SDK :: Services :: Code Connections · The AWS Java SDK for Code Connections module holds the client classes that are used for communicating with Code Connections.

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>codeconnections</artifactId>
    <version>2.25.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.awssdk : codeconnections to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.25.21

All Versions

Choose a version of software.amazon.awssdk : codeconnections to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.25.x
codeconnections-2.25.21

How to add a dependency to Maven

Add the following software.amazon.awssdk : codeconnections maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>codeconnections</artifactId>
    <version>2.25.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.awssdk : codeconnections gradle dependency to your build.gradle file:

implementation 'software.amazon.awssdk:codeconnections:2.25.21'

Gradle Kotlin DSL: Add the following software.amazon.awssdk : codeconnections gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.awssdk:codeconnections:2.25.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.awssdk : codeconnections sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.awssdk" % "codeconnections" % "2.25.21"

Advertisement