<dependency> <groupId>org.simpleframework</groupId> <artifactId>simple-xml</artifactId> <version>2.3.3</version> </dependency>
implementation 'org.simpleframework:simple-xml:2.3.3'
implementation("org.simpleframework:simple-xml:2.3.3")
libraryDependencies += "org.simpleframework" % "simple-xml" % "2.3.3"
@Grapes( @Grab(group='org.simpleframework', module='simple-xml', version='2.3.3') )
<dependency org="org.simpleframework" name="simple-xml" rev="2.3.3" />
[org.simpleframework/simple-xml "2.3.3"]
'org.simpleframework:simple-xml:jar:2.3.3'
compile
|-- stax:stax-api:1.0.1
|-- stax:stax:1.2.0
test
|-- junit:junit:3.8.1
|-- xmlunit:xmlunit:1.0
|-- com.thoughtworks.xstream:xstream:1.3.1