Download xspec-1.0.0.jar file - Jar x

Jar examples for x:xspec

Description

A unit test framework for Xsl, XQuery and Schematron

You can download jar file xspec 1.0.0 in this page.

License

The MIT License

Build File

You can use the following script to add xspec-1.0.0.jar to your project.

<dependency>
   <groupId>io.xspec</groupId>
   <artifactId>xspec</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'io.xspec', name: 'xspec', version: '1.0.0'
libraryDependencies += "io.xspec" % "xspec" % "1.0.0"
<dependency org="io.xspec" name="xspec" rev="1.0.0"/>
@Grapes(@Grab(group='io.xspec', module='xspec', version='1.0.0'))
'io.xspec:xspec:jar:1.0.0'

Download

Click the following link to download the jar file.

xspec-1.0.0.jar
xspec-1.0.0.pom



Related Tutorials