MVN

com.github.jasminb : jsonapi-converter

Maven & Gradle

Aug 17, 2023
22 usages
269 stars

JSONAPI Converter · JSONAPI-Converter is a library that provides means for integrating with services using JSON API specification.

<dependency>
    <groupId>com.github.jasminb</groupId>
    <artifactId>jsonapi-converter</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jasminb : jsonapi-converter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of com.github.jasminb : jsonapi-converter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
jsonapi-converter-0.13
0.12
jsonapi-converter-0.12
0.11
jsonapi-converter-0.11
0.10
jsonapi-converter-0.10
0.9
jsonapi-converter-0.9
0.8.x
jsonapi-converter-0.8.1
0.8
jsonapi-converter-0.8
0.7
jsonapi-converter-0.7
0.6
jsonapi-converter-0.6
0.5
jsonapi-converter-0.5
0.4
jsonapi-converter-0.4
0.3
jsonapi-converter-0.3
0.2
jsonapi-converter-0.2

How to add a dependency to Maven

Add the following com.github.jasminb : jsonapi-converter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jasminb</groupId>
    <artifactId>jsonapi-converter</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jasminb : jsonapi-converter gradle dependency to your build.gradle file:

implementation 'com.github.jasminb:jsonapi-converter:0.13'

Gradle Kotlin DSL: Add the following com.github.jasminb : jsonapi-converter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jasminb:jsonapi-converter:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jasminb : jsonapi-converter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jasminb" % "jsonapi-converter" % "0.13"

Advertisement