MVN

io.xspec : xspec

Maven & Gradle

Oct 02, 2021
1 usages
106 stars

XSpec implementation · A unit test framework for XSLT, XQuery and Schematron

<dependency>
    <groupId>io.xspec</groupId>
    <artifactId>xspec</artifactId>
    <version>2.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.xspec : xspec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4

All Versions

Choose a version of io.xspec : xspec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
xspec-2.2.4
2.1.x
xspec-2.1.4
2.0.x
xspec-2.0.7
1.6.x
xspec-1.6.0
1.5.x
xspec-1.5.0
1.4.x
xspec-1.4.0
1.3.x
xspec-1.3.0
1.1.x
xspec-1.1.0
1.0.x
xspec-1.0.0
0.5.x
xspec-0.5.0

How to add a dependency to Maven

Add the following io.xspec : xspec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.xspec</groupId>
    <artifactId>xspec</artifactId>
    <version>2.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.xspec : xspec gradle dependency to your build.gradle file:

implementation 'io.xspec:xspec:2.2.4'

Gradle Kotlin DSL: Add the following io.xspec : xspec gradle kotlin dependency to your build.gradle.kts file:

implementation("io.xspec:xspec:2.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.xspec : xspec sbt scala dependency to your build.sbt file:

libraryDependencies += "io.xspec" % "xspec" % "2.2.4"

Advertisement