MVN

com.disneystreaming.smithy4s : smithy4s-protocol_2.13

Maven & Gradle

Apr 15, 2022
1 usages
326 stars

protocol · protocol

<dependency>
    <groupId>com.disneystreaming.smithy4s</groupId>
    <artifactId>smithy4s-protocol_2.13</artifactId>
    <version>0.12.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.disneystreaming.smithy4s : smithy4s-protocol_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.13

All Versions

Choose a version of com.disneystreaming.smithy4s : smithy4s-protocol_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
smithy4s-protocol_2.13-0.12.13
smithy4s-protocol_2.13-0.12.12
smithy4s-protocol_2.13-0.12.11
smithy4s-protocol_2.13-0.12.10
smithy4s-protocol_2.13-0.12.9
smithy4s-protocol_2.13-0.12.8
smithy4s-protocol_2.13-0.12.7
smithy4s-protocol_2.13-0.12.6
smithy4s-protocol_2.13-0.12.5
smithy4s-protocol_2.13-0.12.4
smithy4s-protocol_2.13-0.12.3
smithy4s-protocol_2.13-0.12.2
smithy4s-protocol_2.13-0.12.1
smithy4s-protocol_2.13-0.12.0
0.11.x
smithy4s-protocol_2.13-0.11.3-11-54c38f45
smithy4s-protocol_2.13-0.11.3-7-34838009
smithy4s-protocol_2.13-0.11.3-6-95429ed2
smithy4s-protocol_2.13-0.11.3
smithy4s-protocol_2.13-0.11.2
smithy4s-protocol_2.13-0.11.1
smithy4s-protocol_2.13-0.11.0
0.10.x
smithy4s-protocol_2.13-0.10.0
0.9.x
smithy4s-protocol_2.13-0.9.1
smithy4s-protocol_2.13-0.9.0
0.0.x
smithy4s-protocol_2.13-0.0.0-3-cca5341b
smithy4s-protocol_2.13-0.0.0-388-16474590

How to add a dependency to Maven

Add the following com.disneystreaming.smithy4s : smithy4s-protocol_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.disneystreaming.smithy4s</groupId>
    <artifactId>smithy4s-protocol_2.13</artifactId>
    <version>0.12.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.disneystreaming.smithy4s : smithy4s-protocol_2.13 gradle dependency to your build.gradle file:

implementation 'com.disneystreaming.smithy4s:smithy4s-protocol_2.13:0.12.13'

Gradle Kotlin DSL: Add the following com.disneystreaming.smithy4s : smithy4s-protocol_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.disneystreaming.smithy4s:smithy4s-protocol_2.13:0.12.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.disneystreaming.smithy4s : smithy4s-protocol_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.disneystreaming.smithy4s" % "smithy4s-protocol_2.13" % "0.12.13"

Advertisement