MVN

javax.json.bind : javax.json.bind-api

Maven & Gradle

Jun 19, 2017
176 usages
55 stars

javax.json.bind-api

<dependency>
    <groupId>javax.json.bind</groupId>
    <artifactId>javax.json.bind-api</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.json.bind : javax.json.bind-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0
  • Latest Release Candidate: 1.0.0-RC2

All Versions

Choose a version of javax.json.bind : javax.json.bind-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
javax.json.bind-api-1.0
1.0.x
javax.json.bind-api-1.0.0-RC2
javax.json.bind-api-1.0.0-RC1
javax.json.bind-api-1.0.0-M2
javax.json.bind-api-1.0.0-M1

How to add a dependency to Maven

Add the following javax.json.bind : javax.json.bind-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>javax.json.bind</groupId>
    <artifactId>javax.json.bind-api</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javax.json.bind : javax.json.bind-api gradle dependency to your build.gradle file:

implementation 'javax.json.bind:javax.json.bind-api:1.0'

Gradle Kotlin DSL: Add the following javax.json.bind : javax.json.bind-api gradle kotlin dependency to your build.gradle.kts file:

implementation("javax.json.bind:javax.json.bind-api:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following javax.json.bind : javax.json.bind-api sbt scala dependency to your build.sbt file:

libraryDependencies += "javax.json.bind" % "javax.json.bind-api" % "1.0"