文件下载
文件名 操作
smithy4s-core_3-0.13.4.jar 下载
smithy4s-core_3-0.13.4.pom 下载
smithy4s-core_3-0.13.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.disneystreaming.smithy4s</groupId>
  <artifactId>smithy4s-core_3</artifactId>
  <version>0.13.4</version>
</dependency>
Gradle Groovy
implementation 'com.disneystreaming.smithy4s:smithy4s-core_3:0.13.4'
Gradle Kotlin
implementation("com.disneystreaming.smithy4s:smithy4s-core_3:0.13.4")
Scala SBT
libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-core_3" % "0.13.4"
Groovy Grape
@Grapes(
  @Grab(group='com.disneystreaming.smithy4s', module='smithy4s-core_3', version='0.13.4')
)
Apache Ivy
<dependency org="com.disneystreaming.smithy4s" name="smithy4s-core_3" rev="0.13.4" />
Leiningen
[com.disneystreaming.smithy4s/smithy4s-core_3 "0.13.4"]
Apache Buildr
'com.disneystreaming.smithy4s:smithy4s-core_3:jar:0.13.4'