MVN

com.chewords.jsv : jsv

Maven & Gradle

Mar 26, 2019
0 stars

Jsv · Automatically convert between Csv record and annotated class

<dependency>
    <groupId>com.chewords.jsv</groupId>
    <artifactId>jsv</artifactId>
    <version>0.1-ALPHA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.chewords.jsv : jsv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1-ALPHA
  • Latest Alpha: 0.1-ALPHA

All Versions

Choose a version of com.chewords.jsv : jsv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
jsv-0.1-ALPHA

How to add a dependency to Maven

Add the following com.chewords.jsv : jsv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.chewords.jsv</groupId>
    <artifactId>jsv</artifactId>
    <version>0.1-ALPHA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.chewords.jsv : jsv gradle dependency to your build.gradle file:

implementation 'com.chewords.jsv:jsv:0.1-ALPHA'

Gradle Kotlin DSL: Add the following com.chewords.jsv : jsv gradle kotlin dependency to your build.gradle.kts file:

implementation("com.chewords.jsv:jsv:0.1-ALPHA")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.chewords.jsv : jsv sbt scala dependency to your build.sbt file:

libraryDependencies += "com.chewords.jsv" % "jsv" % "0.1-ALPHA"

Advertisement