MVN

org.json4s : json4s-scalap_3

Maven & Gradle

Oct 15, 2022
1 usages

json4s-scalap · json4s-scalap

<dependency>
    <groupId>org.json4s</groupId>
    <artifactId>json4s-scalap_3</artifactId>
    <version>4.1.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.json4s : json4s-scalap_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.0-M2
  • Latest Release Candidate: 3.7.0-RC1

All Versions

Choose a version of org.json4s : json4s-scalap_3 to add to Maven or Gradle - All Versions:

  • Version Updated
  • json4s-scalap_3-4.1.0-M2

    Oct 15, 2022
  • json4s-scalap_3-4.0.6

    Sep 29, 2022
  • json4s-scalap_3-4.0.5

    Apr 05, 2022
  • json4s-scalap_3-4.0.4

    Jan 23, 2022
  • json4s-scalap_3-4.1.0-M1

    Jan 07, 2022
  • json4s-scalap_3-4.0.3

    Jul 26, 2021
  • json4s-scalap_3-4.0.2

    Jul 26, 2021
  • json4s-scalap_3-4.0.1

    Jun 29, 2021
  • json4s-scalap_3-4.0.0

    May 25, 2021
  • json4s-scalap_3-3.7.0-RC1

    May 16, 2021
  • json4s-scalap_3-3.7.0-M16

    May 15, 2021

How to add a dependency to Maven

Add the following org.json4s : json4s-scalap_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.json4s</groupId>
    <artifactId>json4s-scalap_3</artifactId>
    <version>4.1.0-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.json4s : json4s-scalap_3 gradle dependency to your build.gradle file:

implementation 'org.json4s:json4s-scalap_3:4.1.0-M2'

Gradle Kotlin DSL: Add the following org.json4s : json4s-scalap_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.json4s:json4s-scalap_3:4.1.0-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.json4s : json4s-scalap_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.json4s" % "json4s-scalap_3" % "4.1.0-M2"