You can download jcabi-matchers-1.4.jar in this page.
Open Source License
jcabi-matchers-1.4.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.jcabi/jcabi-matchers/pom.properties META-INF/maven/com.jcabi/jcabi-matchers/pom.xml com.jcabi.matchers.AllOfThatPrintsOnlyWrongMatchers.class com.jcabi.matchers.JaxbConverter.class com.jcabi.matchers.NoBrokenLinks.class com.jcabi.matchers.RegexContainingPatternMatcher.class com.jcabi.matchers.RegexMatchers.class com.jcabi.matchers.RegexMatchingPatternMatcher.class com.jcabi.matchers.StringSource.class com.jcabi.matchers.W3CMatchers.class com.jcabi.matchers.W3CValidatorMatcher.class com.jcabi.matchers.XPathMatcher.class com.jcabi.matchers.XhtmlMatchers.class com/jcabi/matchers/com-jcabi-jcabi-matchers-jar.txt com/jcabi/matchers/jaxb.properties
jcabi-matchers-1.4.pom file content.
<?xml version="1.0"?> <!-- * Copyright (c) 2012-2017, jcabi.com * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: 1) Redistributions of source code must retain the above * copyright notice, this list of conditions and the following * disclaimer. 2) Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following * disclaimer in the documentation and/or other materials provided * with the distribution. 3) Neither the name of the jcabi.com nor * the names of its contributors may be used to endorse or promote * products derived from this software without specific prior written * permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL * THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.jcabi</groupId> <artifactId>jcabi</artifactId> <version>1.23</version> </parent> <artifactId>jcabi-matchers</artifactId> <version>1.4</version> <packaging>jar</packaging> <name>jcabi-matchers</name> <description>Hamcrest Matchers</description> <issueManagement> <system>github</system> <url>https://github.com/jcabi/jcabi-matchers/issues</url> </issueManagement> <ciManagement> <system>travis</system> <url>https://travis-ci.org/jcabi/jcabi-matchers</url> </ciManagement> <scm> <connection>scm:git:github.com:jcabi/jcabi-matchers.git</connection> <developerConnection>scm:git:github.com:jcabi/jcabi-matchers.git</developerConnection> <url>https://github.com/jcabi/jcabi-matchers</url> </scm> <distributionManagement> <site> <id>github-pages</id> <url>https://matchers.jcabi.com/</url> </site> </distributionManagement> <properties> <saxon.version>9.1.0.8</saxon.version> </properties> <dependencies> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-log</artifactId> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-xml</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-http</artifactId> <version>1.16</version> <optional>true</optional> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-w3c</artifactId> <version>1.3</version> <optional>true</optional> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-aspects</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.2.12</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>javax.xml.bind</groupId> <artifactId>jsr173_api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jsr173_api</artifactId> <version>1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>jsr311-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>2.2.11</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.sourceforge.saxon</groupId> <artifactId>saxon</artifactId> <version>${saxon.version}</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>net.sourceforge.saxon</groupId> <artifactId>saxon</artifactId> <version>${saxon.version}</version> <scope>provided</scope> <classifier>dom</classifier> <optional>true</optional> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> <scope>test</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> <version>1.19.3</version> <scope>test</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <artifactId>maven-failsafe-plugin</artifactId> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-matchers</artifactId> <version>1.4</version> </dependency>
If you think the following jcabi-matchers-1.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jcabi-matchers-1.4.jar file