<dependency> <groupId>org.simpleframework</groupId> <artifactId>simple-xml</artifactId> <version>2.6.8</version> </dependency>
implementation 'org.simpleframework:simple-xml:2.6.8'
implementation("org.simpleframework:simple-xml:2.6.8")
libraryDependencies += "org.simpleframework" % "simple-xml" % "2.6.8"
@Grapes( @Grab(group='org.simpleframework', module='simple-xml', version='2.6.8') )
<dependency org="org.simpleframework" name="simple-xml" rev="2.6.8" />
[org.simpleframework/simple-xml "2.6.8"]
'org.simpleframework:simple-xml:jar:2.6.8'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- stax:stax-api:1.0.1
|-- stax:stax:1.2.0
|-- xpp3:xpp3:1.1.3.3
test
|-- junit:junit:3.8.1