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