is not current version
Last Version 2.2.4

io.xspec:xspec 1.1.0

A unit test framework for Xsl, XQuery and Schematron

GroupId

GroupId

io.xspec
ArtifactId

ArtifactId

xspec
Version

Version

1.1.0
Type

Type

jar

Download xspec 1.1.0


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