<dependency> <groupId>xpp3</groupId> <artifactId>xpp3_xpath</artifactId> <version>1.1.3.4.O</version> </dependency>
implementation 'xpp3:xpp3_xpath:1.1.3.4.O'
implementation("xpp3:xpp3_xpath:1.1.3.4.O")
libraryDependencies += "xpp3" % "xpp3_xpath" % "1.1.3.4.O"
@Grapes( @Grab(group='xpp3', module='xpp3_xpath', version='1.1.3.4.O') )
<dependency org="xpp3" name="xpp3_xpath" rev="1.1.3.4.O" />
[xpp3/xpp3_xpath "1.1.3.4.O"]
'xpp3:xpp3_xpath:jar:1.1.3.4.O'