is not current version
Last Version 2.3.1

com.github.petitparser:petitparser-json 2.2.0

JSON library

Categories

Categories

JSON Data
GroupId

GroupId

com.github.petitparser
ArtifactId

ArtifactId

petitparser-json
Version

Version

2.2.0
Type

Type

jar

Download petitparser-json 2.2.0


<!-- https://jarcasting.com/artifacts/com.github.petitparser/petitparser-json/ -->
<dependency>
    <groupId>com.github.petitparser</groupId>
    <artifactId>petitparser-json</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.petitparser/petitparser-json/
implementation 'com.github.petitparser:petitparser-json:2.2.0'
// https://jarcasting.com/artifacts/com.github.petitparser/petitparser-json/
implementation ("com.github.petitparser:petitparser-json:2.2.0")
'com.github.petitparser:petitparser-json:jar:2.2.0'
<dependency org="com.github.petitparser" name="petitparser-json" rev="2.2.0">
  <artifact name="petitparser-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.petitparser', module='petitparser-json', version='2.2.0')
)
libraryDependencies += "com.github.petitparser" % "petitparser-json" % "2.2.0"
[com.github.petitparser/petitparser-json "2.2.0"]