MVN

org.rhttpc : rhttpc-json4s_2.11

Maven & Gradle

Mar 26, 2020
2 usages
23 stars

rhttpc-json4s · rhttpc-json4s

<dependency>
    <groupId>org.rhttpc</groupId>
    <artifactId>rhttpc-json4s_2.11</artifactId>
    <version>0.8.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rhttpc : rhttpc-json4s_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.4

All Versions

Choose a version of org.rhttpc : rhttpc-json4s_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
rhttpc-json4s_2.11-0.8.4
rhttpc-json4s_2.11-0.8.3
rhttpc-json4s_2.11-0.8.2
rhttpc-json4s_2.11-0.8.0
0.7.x
rhttpc-json4s_2.11-0.7.0
0.6.x
rhttpc-json4s_2.11-0.6.0
0.5.x
rhttpc-json4s_2.11-0.5.3
rhttpc-json4s_2.11-0.5.2
rhttpc-json4s_2.11-0.5.1
rhttpc-json4s_2.11-0.5.0
0.4.x
rhttpc-json4s_2.11-0.4.4
rhttpc-json4s_2.11-0.4.3
rhttpc-json4s_2.11-0.4.2
rhttpc-json4s_2.11-0.4.1
rhttpc-json4s_2.11-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rhttpc</groupId>
    <artifactId>rhttpc-json4s_2.11</artifactId>
    <version>0.8.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rhttpc : rhttpc-json4s_2.11 gradle dependency to your build.gradle file:

implementation 'org.rhttpc:rhttpc-json4s_2.11:0.8.4'

Gradle Kotlin DSL: Add the following org.rhttpc : rhttpc-json4s_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rhttpc:rhttpc-json4s_2.11:0.8.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rhttpc : rhttpc-json4s_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rhttpc" % "rhttpc-json4s_2.11" % "0.8.4"