MVN

com.disneystreaming.smithy4s : schematic-core_sjs1_3

Maven & Gradle

Apr 15, 2022
2 usages
326 stars

schematic · schematic

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

Latest Version

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

  • Latest Stable: 0.12.13

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.disneystreaming.smithy4s</groupId>
    <artifactId>schematic-core_sjs1_3</artifactId>
    <version>0.12.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.disneystreaming.smithy4s:schematic-core_sjs1_3:0.12.13'

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

implementation("com.disneystreaming.smithy4s:schematic-core_sjs1_3:0.12.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.disneystreaming.smithy4s" % "schematic-core_sjs1_3" % "0.12.13"

Advertisement