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