Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.petitparser |
ArtifactId | ArtifactIdpetitparser-json |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
petitparser-json-2.3.0.pom | |
petitparser-json-2.3.0.jar | 7 KB |
petitparser-json-2.3.0-sources.jar | 4 KB |
petitparser-json-2.3.0-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.petitparser/petitparser-json/ -->
<dependency>
<groupId>com.github.petitparser</groupId>
<artifactId>petitparser-json</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.petitparser/petitparser-json/
implementation 'com.github.petitparser:petitparser-json:2.3.0'
// https://jarcasting.com/artifacts/com.github.petitparser/petitparser-json/
implementation ("com.github.petitparser:petitparser-json:2.3.0")
'com.github.petitparser:petitparser-json:jar:2.3.0'
<dependency org="com.github.petitparser" name="petitparser-json" rev="2.3.0">
<artifact name="petitparser-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.petitparser', module='petitparser-json', version='2.3.0')
)
libraryDependencies += "com.github.petitparser" % "petitparser-json" % "2.3.0"
[com.github.petitparser/petitparser-json "2.3.0"]