MVN

com.beust : klaxon

Maven & Gradle

Mar 11, 2022
62 usages
1.8k stars

klaxon · A JSON parsing library

<dependency>
    <groupId>com.beust</groupId>
    <artifactId>klaxon</artifactId>
    <version>5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.beust : klaxon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6

All Versions

Choose a version of com.beust : klaxon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6
klaxon-5.6
5.5
klaxon-5.5
5.4
klaxon-5.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.beust</groupId>
    <artifactId>klaxon</artifactId>
    <version>5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.beust : klaxon gradle dependency to your build.gradle file:

implementation 'com.beust:klaxon:5.6'

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

implementation("com.beust:klaxon:5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.beust : klaxon sbt scala dependency to your build.sbt file:

libraryDependencies += "com.beust" % "klaxon" % "5.6"

Advertisement

Dependencies from Group

Jan 11, 2022
1.1k usages
1.9k stars
Mar 11, 2022
62 usages
1.8k stars
Oct 14, 2015
1 usages
427 stars
Sep 13, 2010
4 stars

Discover Dependencies