e

easyb-plugin-xmlunit

An easyb plugin for using xmlunit like a plugin
Files download
File Operation
easyb-plugin-xmlunit-1.1.jar download
easyb-plugin-xmlunit-1.1.pom download
easyb-plugin-xmlunit-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.easyb</groupId>
  <artifactId>easyb-plugin-xmlunit</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.easyb:easyb-plugin-xmlunit:1.1'
Gradle Kotlin
implementation("org.easyb:easyb-plugin-xmlunit:1.1")
Scala SBT
libraryDependencies += "org.easyb" % "easyb-plugin-xmlunit" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.easyb', module='easyb-plugin-xmlunit', version='1.1')
)
Apache Ivy
<dependency org="org.easyb" name="easyb-plugin-xmlunit" rev="1.1" />
Leiningen
[org.easyb/easyb-plugin-xmlunit "1.1"]
Apache Buildr
'org.easyb:easyb-plugin-xmlunit:jar:1.1'