MVN

net.vvakame : jsonpullparser-apt

Maven & Gradle

Apr 24, 2013
1 usages
<dependency>
    <groupId>net.vvakame</groupId>
    <artifactId>jsonpullparser-apt</artifactId>
    <version>1.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.vvakame : jsonpullparser-apt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.2

All Versions

Choose a version of net.vvakame : jsonpullparser-apt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
jsonpullparser-apt-1.6.2
jsonpullparser-apt-1.6.1
1.6
jsonpullparser-apt-1.6
1.5.x
jsonpullparser-apt-1.5.2
jsonpullparser-apt-1.5.1
1.5
jsonpullparser-apt-1.5
1.4.x
jsonpullparser-apt-1.4.11
jsonpullparser-apt-1.4.10

How to add a dependency to Maven

Add the following net.vvakame : jsonpullparser-apt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.vvakame</groupId>
    <artifactId>jsonpullparser-apt</artifactId>
    <version>1.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.vvakame : jsonpullparser-apt gradle dependency to your build.gradle file:

implementation 'net.vvakame:jsonpullparser-apt:1.6.2'

Gradle Kotlin DSL: Add the following net.vvakame : jsonpullparser-apt gradle kotlin dependency to your build.gradle.kts file:

implementation("net.vvakame:jsonpullparser-apt:1.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.vvakame : jsonpullparser-apt sbt scala dependency to your build.sbt file:

libraryDependencies += "net.vvakame" % "jsonpullparser-apt" % "1.6.2"

Advertisement