is not current version
Last Version 2.2.4

io.xspec:xspec 0.5.0

A unit test framework for Xsl, XQuery and Schematron

GroupId

GroupId

io.xspec
ArtifactId

ArtifactId

xspec
Version

Version

0.5.0
Type

Type

jar

Download xspec 0.5.0


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