GroupId | GroupIdcom.github.petitparser |
---|---|
ArtifactId | ArtifactIdpetitparser-xml |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
petitparser-xml-2.3.0.pom | |
petitparser-xml-2.3.0.jar | 27 KB |
petitparser-xml-2.3.0-sources.jar | 15 KB |
petitparser-xml-2.3.0-javadoc.jar | 487 KB |
Browse |
<!-- 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"]