MVN

com.github.pshirshov.izumi.r2 : logstage-rendering-json4s_2.12

Maven & Gradle

Aug 22, 2018
1 usages
598 stars

logstage-rendering-json4s · logstage-rendering-json4s

<dependency>
    <groupId>com.github.pshirshov.izumi.r2</groupId>
    <artifactId>logstage-rendering-json4s_2.12</artifactId>
    <version>0.5.48</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pshirshov.izumi.r2 : logstage-rendering-json4s_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.48

All Versions

Choose a version of com.github.pshirshov.izumi.r2 : logstage-rendering-json4s_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
logstage-rendering-json4s_2.12-0.5.48
logstage-rendering-json4s_2.12-0.5.47
logstage-rendering-json4s_2.12-0.5.44
logstage-rendering-json4s_2.12-0.5.43
logstage-rendering-json4s_2.12-0.5.42
logstage-rendering-json4s_2.12-0.5.41
logstage-rendering-json4s_2.12-0.5.40
logstage-rendering-json4s_2.12-0.5.39
logstage-rendering-json4s_2.12-0.5.38
logstage-rendering-json4s_2.12-0.5.37
logstage-rendering-json4s_2.12-0.5.36
logstage-rendering-json4s_2.12-0.5.35
logstage-rendering-json4s_2.12-0.5.34
logstage-rendering-json4s_2.12-0.5.33
logstage-rendering-json4s_2.12-0.5.32
logstage-rendering-json4s_2.12-0.5.31
logstage-rendering-json4s_2.12-0.5.30
logstage-rendering-json4s_2.12-0.5.29
logstage-rendering-json4s_2.12-0.5.28
logstage-rendering-json4s_2.12-0.5.27
logstage-rendering-json4s_2.12-0.5.26
logstage-rendering-json4s_2.12-0.5.25
logstage-rendering-json4s_2.12-0.5.22
logstage-rendering-json4s_2.12-0.5.21
logstage-rendering-json4s_2.12-0.5.19
logstage-rendering-json4s_2.12-0.5.17
logstage-rendering-json4s_2.12-0.5.16
logstage-rendering-json4s_2.12-0.5.14
logstage-rendering-json4s_2.12-0.5.13
logstage-rendering-json4s_2.12-0.5.12
logstage-rendering-json4s_2.12-0.5.11
logstage-rendering-json4s_2.12-0.5.10
logstage-rendering-json4s_2.12-0.5.7
logstage-rendering-json4s_2.12-0.5.6

How to add a dependency to Maven

Add the following com.github.pshirshov.izumi.r2 : logstage-rendering-json4s_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pshirshov.izumi.r2</groupId>
    <artifactId>logstage-rendering-json4s_2.12</artifactId>
    <version>0.5.48</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pshirshov.izumi.r2 : logstage-rendering-json4s_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.pshirshov.izumi.r2:logstage-rendering-json4s_2.12:0.5.48'

Gradle Kotlin DSL: Add the following com.github.pshirshov.izumi.r2 : logstage-rendering-json4s_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pshirshov.izumi.r2:logstage-rendering-json4s_2.12:0.5.48")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pshirshov.izumi.r2 : logstage-rendering-json4s_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pshirshov.izumi.r2" % "logstage-rendering-json4s_2.12" % "0.5.48"