<dependency> <groupId>org.exist-db</groupId> <artifactId>exist-xmldiff</artifactId> <version>6.3.0</version> </dependency>
implementation 'org.exist-db:exist-xmldiff:6.3.0'
implementation("org.exist-db:exist-xmldiff:6.3.0")
libraryDependencies += "org.exist-db" % "exist-xmldiff" % "6.3.0"
@Grapes( @Grab(group='org.exist-db', module='exist-xmldiff', version='6.3.0') )
<dependency org="org.exist-db" name="exist-xmldiff" rev="6.3.0" />
[org.exist-db/exist-xmldiff "6.3.0"]
'org.exist-db:exist-xmldiff:jar:6.3.0'
<parent> <groupId>org.exist-db</groupId> <artifactId>exist-parent</artifactId> <version>6.3.0</version> </parent>
compile
|-- org.exist-db:exist-core
|-- org.xmlunit:xmlunit-core
|-- xml-apis:xml-apis
|-- com.google.code.findbugs:jsr305
|-- io.lacuna:bifurcan
test
|-- junit:junit