MVN

com.lihaoyi : ujson_2.12

Maven & Gradle

Apr 06, 2023
45 usages

ujson_2.12 · ujson

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ujson_2.12</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lihaoyi : ujson_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of com.lihaoyi : ujson_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • ujson_2.12-3.1.0

    Apr 06, 2023
  • ujson_2.12-3.0.0

    Mar 12, 2023
  • ujson_2.12-3.0.0-M2

    Feb 06, 2023
  • ujson_2.12-3.0.0-M1

    Jan 05, 2023
  • ujson_2.12-2.0.0

    Apr 30, 2022
  • ujson_2.12-1.6.0

    Apr 12, 2022
  • ujson_2.12-1.5.0

    Jan 27, 2022
  • ujson_2.12-1.4.4

    Jan 08, 2022
  • ujson_2.12-1.4.3

    Dec 11, 2021
  • ujson_2.12-1.4.2

    Oct 04, 2021
  • ujson_2.12-1.4.1

    Sep 04, 2021
  • ujson_2.12-1.4.0

    Jun 08, 2021
  • ujson_2.12-1.3.15

    May 18, 2021
  • ujson_2.12-1.3.14

    May 16, 2021
  • ujson_2.12-1.3.13

    May 14, 2021
  • ujson_2.12-1.3.12

    Apr 28, 2021
  • ujson_2.12-1.3.11

    Apr 01, 2021
  • ujson_2.12-1.3.9

    Mar 24, 2021
  • ujson_2.12-1.3.8

    Mar 21, 2021
  • ujson_2.12-1.3.7

    Mar 18, 2021
  • ujson_2.12-1.3.6

    Mar 18, 2021
  • ujson_2.12-1.3.5

    Mar 18, 2021
  • ujson_2.12-1.3.4

    Mar 18, 2021
  • ujson_2.12-1.3.3

    Mar 18, 2021
  • ujson_2.12-1.3.2

    Mar 18, 2021
  • ujson_2.12-1.3.1

    Mar 18, 2021
  • ujson_2.12-1.3.0

    Mar 08, 2021
  • ujson_2.12-1.2.3

    Jan 28, 2021
  • ujson_2.12-1.2.2

    Oct 11, 2020
  • ujson_2.12-1.2.1

    Oct 03, 2020
  • ujson_2.12-1.2.0

    Jul 20, 2020
  • ujson_2.12-1.1.0

    Apr 19, 2020
  • ujson_2.12-1.0.0

    Feb 22, 2020
  • ujson_2.12-0.9.9

    Feb 11, 2020
  • ujson_2.12-0.9.8

    Jan 14, 2020
  • ujson_2.12-0.9.7

    Jan 12, 2020
  • ujson_2.12-0.9.6

    Dec 26, 2019
  • ujson_2.12-0.9.5

    Dec 26, 2019
  • ujson_2.12-0.9.4

    Dec 26, 2019
  • ujson_2.12-0.9.3

    Dec 24, 2019
  • ujson_2.12-0.9.2

    Dec 24, 2019
  • ujson_2.12-0.9.1

    Dec 24, 2019
  • ujson_2.12-0.9.0

    Dec 18, 2019
  • ujson_2.12-0.8.0

    Sep 25, 2019
  • ujson_2.12-0.7.5

    Jun 08, 2019
  • ujson_2.12-0.7.4

    Mar 30, 2019
  • ujson_2.12-0.7.3

    Mar 28, 2019
  • ujson_2.12-0.7.2

    Mar 28, 2019
  • ujson_2.12-0.7.1

    Nov 18, 2018
  • ujson_2.12-0.7.0

    Nov 18, 2018
  • ujson_2.12-0.6.7

    Oct 02, 2018
  • ujson_2.12-0.6.6

    May 16, 2018
  • ujson_2.12-0.6.5

    Apr 04, 2018
  • ujson_2.12-0.6.4

    Mar 31, 2018

How to add a dependency to Maven

Add the following com.lihaoyi : ujson_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ujson_2.12</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lihaoyi : ujson_2.12 gradle dependency to your build.gradle file:

implementation 'com.lihaoyi:ujson_2.12:3.1.0'

Gradle Kotlin DSL: Add the following com.lihaoyi : ujson_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lihaoyi:ujson_2.12:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lihaoyi : ujson_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lihaoyi" % "ujson_2.12" % "3.1.0"