MVN

io.github.binout : jaxrs-csv

Maven & Gradle

Dec 10, 2015
4 stars

jaxrs-csv · A JaxRs extension to manage text/csv media type

<dependency>
    <groupId>io.github.binout</groupId>
    <artifactId>jaxrs-csv</artifactId>
    <version>0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.binout : jaxrs-csv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of io.github.binout : jaxrs-csv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9
jaxrs-csv-0.9

How to add a dependency to Maven

Add the following io.github.binout : jaxrs-csv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.binout</groupId>
    <artifactId>jaxrs-csv</artifactId>
    <version>0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.binout : jaxrs-csv gradle dependency to your build.gradle file:

implementation 'io.github.binout:jaxrs-csv:0.9'

Gradle Kotlin DSL: Add the following io.github.binout : jaxrs-csv gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.binout:jaxrs-csv:0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.binout : jaxrs-csv sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.binout" % "jaxrs-csv" % "0.9"

Advertisement