p

petitparser-xml

XML library
Files download
File Operation
petitparser-xml-2.4.0.jar download
petitparser-xml-2.4.0.pom download
petitparser-xml-2.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.petitparser</groupId>
  <artifactId>petitparser-xml</artifactId>
  <version>2.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.petitparser:petitparser-xml:2.4.0'
Gradle Kotlin
implementation("com.github.petitparser:petitparser-xml:2.4.0")
Scala SBT
libraryDependencies += "com.github.petitparser" % "petitparser-xml" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.petitparser', module='petitparser-xml', version='2.4.0')
)
Apache Ivy
<dependency org="com.github.petitparser" name="petitparser-xml" rev="2.4.0" />
Leiningen
[com.github.petitparser/petitparser-xml "2.4.0"]
Apache Buildr
'com.github.petitparser:petitparser-xml:jar:2.4.0'