MVN

io.ratpack : ratpack-jackson-guice

Maven & Gradle

Aug 04, 2015
1.9k stars

ratpack-jackson-guice · Support for JSON via the Jackson marshalling library - http://jackson.codehaus.org/

<dependency>
    <groupId>io.ratpack</groupId>
    <artifactId>ratpack-jackson-guice</artifactId>
    <version>0.9.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ratpack : ratpack-jackson-guice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.19

All Versions

Choose a version of io.ratpack : ratpack-jackson-guice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
ratpack-jackson-guice-0.9.19
ratpack-jackson-guice-0.9.18

How to add a dependency to Maven

Add the following io.ratpack : ratpack-jackson-guice maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ratpack</groupId>
    <artifactId>ratpack-jackson-guice</artifactId>
    <version>0.9.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ratpack : ratpack-jackson-guice gradle dependency to your build.gradle file:

implementation 'io.ratpack:ratpack-jackson-guice:0.9.19'

Gradle Kotlin DSL: Add the following io.ratpack : ratpack-jackson-guice gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ratpack:ratpack-jackson-guice:0.9.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ratpack : ratpack-jackson-guice sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ratpack" % "ratpack-jackson-guice" % "0.9.19"