Files download
File Operation
bom-1.0.16.pom download
Apache Maven
<dependency>
  <groupId>aws.smithy.kotlin</groupId>
  <artifactId>bom</artifactId>
  <version>1.0.16</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'aws.smithy.kotlin:bom:1.0.16'
Gradle Kotlin
implementation("aws.smithy.kotlin:bom:1.0.16")
Scala SBT
libraryDependencies += "aws.smithy.kotlin" % "bom" % "1.0.16"
Groovy Grape
@Grapes(
  @Grab(group='aws.smithy.kotlin', module='bom', version='1.0.16')
)
Apache Ivy
<dependency org="aws.smithy.kotlin" name="bom" rev="1.0.16" />
Leiningen
[aws.smithy.kotlin/bom "1.0.16"]
Apache Buildr
'aws.smithy.kotlin:bom:jar:1.0.16'
Dependencies
The project has no third-party dependencies