MVN

us.levk : jackson-dataformat-rserve

Maven & Gradle

Feb 28, 2017
1 usages
0 stars

rserve-jackson-format · Rserve protocol dataformat for Jackson

<dependency>
    <groupId>us.levk</groupId>
    <artifactId>jackson-dataformat-rserve</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.levk : jackson-dataformat-rserve to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of us.levk : jackson-dataformat-rserve to add to Maven or Gradle - All Versions:

  • Version Updated
  • jackson-dataformat-rserve-0.0.2

    Feb 27, 2017
  • jackson-dataformat-rserve-0.0.1

    Feb 22, 2017

How to add a dependency to Maven

Add the following us.levk : jackson-dataformat-rserve maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.levk</groupId>
    <artifactId>jackson-dataformat-rserve</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.levk : jackson-dataformat-rserve gradle dependency to your build.gradle file:

implementation 'us.levk:jackson-dataformat-rserve:0.0.2'

Gradle Kotlin DSL: Add the following us.levk : jackson-dataformat-rserve gradle kotlin dependency to your build.gradle.kts file:

implementation("us.levk:jackson-dataformat-rserve:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.levk : jackson-dataformat-rserve sbt scala dependency to your build.sbt file:

libraryDependencies += "us.levk" % "jackson-dataformat-rserve" % "0.0.2"