MVN

io.github.paoloboni : spray-json-derived-codecs_2.12

Maven & Gradle

Nov 13, 2022
5 stars

spray-json-derived-codecs · spray-json-derived-codecs

<dependency>
    <groupId>io.github.paoloboni</groupId>
    <artifactId>spray-json-derived-codecs_2.12</artifactId>
    <version>2.3.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.paoloboni : spray-json-derived-codecs_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.10

All Versions

Choose a version of io.github.paoloboni : spray-json-derived-codecs_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
spray-json-derived-codecs_2.12-2.3.10
spray-json-derived-codecs_2.12-2.3.9
spray-json-derived-codecs_2.12-2.3.8
spray-json-derived-codecs_2.12-2.3.7
spray-json-derived-codecs_2.12-2.3.6
spray-json-derived-codecs_2.12-2.3.5
spray-json-derived-codecs_2.12-2.3.4
spray-json-derived-codecs_2.12-2.3.3
spray-json-derived-codecs_2.12-2.3.2
spray-json-derived-codecs_2.12-2.3.1
spray-json-derived-codecs_2.12-2.3.0
2.2.x
spray-json-derived-codecs_2.12-2.2.2
spray-json-derived-codecs_2.12-2.2.1
spray-json-derived-codecs_2.12-2.2.0
2.1.x
spray-json-derived-codecs_2.12-2.1.0
2.0.x
spray-json-derived-codecs_2.12-2.0.4
spray-json-derived-codecs_2.12-2.0.3
spray-json-derived-codecs_2.12-2.0.2
spray-json-derived-codecs_2.12-2.0.1
spray-json-derived-codecs_2.12-2.0.0
0.1.x
spray-json-derived-codecs_2.12-0.1.0

How to add a dependency to Maven

Add the following io.github.paoloboni : spray-json-derived-codecs_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.paoloboni</groupId>
    <artifactId>spray-json-derived-codecs_2.12</artifactId>
    <version>2.3.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.paoloboni : spray-json-derived-codecs_2.12 gradle dependency to your build.gradle file:

implementation 'io.github.paoloboni:spray-json-derived-codecs_2.12:2.3.10'

Gradle Kotlin DSL: Add the following io.github.paoloboni : spray-json-derived-codecs_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.paoloboni:spray-json-derived-codecs_2.12:2.3.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.paoloboni : spray-json-derived-codecs_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.paoloboni" % "spray-json-derived-codecs_2.12" % "2.3.10"