x

xqunit-maven-plugin

A Maven plugin that runs BaseX XQUnit tests
https://github.com/schxslt/xqunit-maven-plugin
MIT License
David Maus
文件下载
文件名 操作
xqunit-maven-plugin-1.0.jar 下载
xqunit-maven-plugin-1.0.pom 下载
xqunit-maven-plugin-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>name.dmaus.schxslt</groupId>
  <artifactId>xqunit-maven-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'name.dmaus.schxslt:xqunit-maven-plugin:1.0'
Gradle Kotlin
implementation("name.dmaus.schxslt:xqunit-maven-plugin:1.0")
Scala SBT
libraryDependencies += "name.dmaus.schxslt" % "xqunit-maven-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='name.dmaus.schxslt', module='xqunit-maven-plugin', version='1.0')
)
Apache Ivy
<dependency org="name.dmaus.schxslt" name="xqunit-maven-plugin" rev="1.0" />
Leiningen
[name.dmaus.schxslt/xqunit-maven-plugin "1.0"]
Apache Buildr
'name.dmaus.schxslt:xqunit-maven-plugin:jar:1.0'