Download xmlassert-0.0.1.jar file - Jar x

Jar examples for x:xmlassert

Description

Small library for those who have a hard time understanding the complexity of XPath

You can download jar file xmlassert 0.0.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add xmlassert-0.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

xmlassert-0.0.1-javadoc.jar
xmlassert-0.0.1-sources.jar
xmlassert-0.0.1.jar
xmlassert-0.0.1.pom



Related Tutorials