Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.petitparser |
ArtifactId | ArtifactIdpetitparser-json |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
petitparser-json-2.2.0.pom | |
petitparser-json-2.2.0.jar | 6 KB |
petitparser-json-2.2.0-sources.jar | 4 KB |
petitparser-json-2.2.0-javadoc.jar | 372 KB |
Browse |
<!-- 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"]