is not current version
Last Version 2.2.4

io.xspec:xspec 2.0.7

A unit test framework for XSLT, XQuery and Schematron

GroupId

GroupId

io.xspec
ArtifactId

ArtifactId

xspec
Version

Version

2.0.7
Type

Type

jar

Download xspec 2.0.7


<!-- https://jarcasting.com/artifacts/io.xspec/xspec/ -->
<dependency>
    <groupId>io.xspec</groupId>
    <artifactId>xspec</artifactId>
    <version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.xspec/xspec/
implementation 'io.xspec:xspec:2.0.7'
// https://jarcasting.com/artifacts/io.xspec/xspec/
implementation ("io.xspec:xspec:2.0.7")
'io.xspec:xspec:jar:2.0.7'
<dependency org="io.xspec" name="xspec" rev="2.0.7">
  <artifact name="xspec" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xspec', module='xspec', version='2.0.7')
)
libraryDependencies += "io.xspec" % "xspec" % "2.0.7"
[io.xspec/xspec "2.0.7"]