MVN

com.github.plokhotnyuk.jsoniter-scala : macros_2.13.0-M3

Maven & Gradle

Jun 07, 2018
705 stars

macros · macros

<dependency>
    <groupId>com.github.plokhotnyuk.jsoniter-scala</groupId>
    <artifactId>macros_2.13.0-M3</artifactId>
    <version>0.28.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.plokhotnyuk.jsoniter-scala : macros_2.13.0-M3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.28.0

All Versions

Choose a version of com.github.plokhotnyuk.jsoniter-scala : macros_2.13.0-M3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.28.x
macros_2.13.0-M3-0.28.0
0.27.x
macros_2.13.0-M3-0.27.4
macros_2.13.0-M3-0.27.3
macros_2.13.0-M3-0.27.2
macros_2.13.0-M3-0.27.1
macros_2.13.0-M3-0.27.0
0.26.x
macros_2.13.0-M3-0.26.0
0.25.x
macros_2.13.0-M3-0.25.4
macros_2.13.0-M3-0.25.3
macros_2.13.0-M3-0.25.2
macros_2.13.0-M3-0.25.1
macros_2.13.0-M3-0.25.0
0.24.x
macros_2.13.0-M3-0.24.4
macros_2.13.0-M3-0.24.3
macros_2.13.0-M3-0.24.2
macros_2.13.0-M3-0.24.1
macros_2.13.0-M3-0.24.0
0.23.x
macros_2.13.0-M3-0.23.0
0.22.x
macros_2.13.0-M3-0.22.3
macros_2.13.0-M3-0.22.2
macros_2.13.0-M3-0.22.1
macros_2.13.0-M3-0.22.0
0.21.x
macros_2.13.0-M3-0.21.6
macros_2.13.0-M3-0.21.5
macros_2.13.0-M3-0.21.4
macros_2.13.0-M3-0.21.3
macros_2.13.0-M3-0.21.2
macros_2.13.0-M3-0.21.1
macros_2.13.0-M3-0.21.0
0.20.x
macros_2.13.0-M3-0.20.0
0.19.x
macros_2.13.0-M3-0.19.0
0.18.x
macros_2.13.0-M3-0.18.0
0.17.x
macros_2.13.0-M3-0.17.0
0.16.x
macros_2.13.0-M3-0.16.0
0.15.x
macros_2.13.0-M3-0.15.0
0.14.x
macros_2.13.0-M3-0.14.0
0.13.x
macros_2.13.0-M3-0.13.0
0.12.x
macros_2.13.0-M3-0.12.0

How to add a dependency to Maven

Add the following com.github.plokhotnyuk.jsoniter-scala : macros_2.13.0-M3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.plokhotnyuk.jsoniter-scala</groupId>
    <artifactId>macros_2.13.0-M3</artifactId>
    <version>0.28.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.plokhotnyuk.jsoniter-scala : macros_2.13.0-M3 gradle dependency to your build.gradle file:

implementation 'com.github.plokhotnyuk.jsoniter-scala:macros_2.13.0-M3:0.28.0'

Gradle Kotlin DSL: Add the following com.github.plokhotnyuk.jsoniter-scala : macros_2.13.0-M3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.plokhotnyuk.jsoniter-scala:macros_2.13.0-M3:0.28.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.plokhotnyuk.jsoniter-scala : macros_2.13.0-M3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" % "macros_2.13.0-M3" % "0.28.0"