MVN

aws.sdk.kotlin : bedrockruntime

Maven & Gradle

Oct 06, 2023
382 stars

bedrockruntime · The AWS Kotlin client for Bedrock Runtime

<dependency>
    <groupId>aws.sdk.kotlin</groupId>
    <artifactId>bedrockruntime</artifactId>
    <version>0.32.4-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of aws.sdk.kotlin : bedrockruntime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.32.4-beta
  • Latest Beta: 0.32.4-beta

All Versions

Choose a version of aws.sdk.kotlin : bedrockruntime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.32.x
bedrockruntime-0.32.4-beta

How to add a dependency to Maven

Add the following aws.sdk.kotlin : bedrockruntime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>aws.sdk.kotlin</groupId>
    <artifactId>bedrockruntime</artifactId>
    <version>0.32.4-beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following aws.sdk.kotlin : bedrockruntime gradle dependency to your build.gradle file:

implementation 'aws.sdk.kotlin:bedrockruntime:0.32.4-beta'

Gradle Kotlin DSL: Add the following aws.sdk.kotlin : bedrockruntime gradle kotlin dependency to your build.gradle.kts file:

implementation("aws.sdk.kotlin:bedrockruntime:0.32.4-beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following aws.sdk.kotlin : bedrockruntime sbt scala dependency to your build.sbt file:

libraryDependencies += "aws.sdk.kotlin" % "bedrockruntime" % "0.32.4-beta"

Advertisement