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