is not current version
Last Version 2.3.1

com.github.petitparser:petitparser-xml 2.3.0

XML library

GroupId

GroupId

com.github.petitparser
ArtifactId

ArtifactId

petitparser-xml
Version

Version

2.3.0
Type

Type

jar

Download petitparser-xml 2.3.0


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