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