You can download jcabi-xml-0.17.2.jar in this page.
Open Source License
jcabi-xml-0.17.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.jcabi/jcabi-xml/pom.properties META-INF/maven/com.jcabi/jcabi-xml/pom.xml com.jcabi.xml.ClasspathInput.class com.jcabi.xml.ClasspathResolver.class com.jcabi.xml.ClasspathSources.class com.jcabi.xml.DomParser.class com.jcabi.xml.ListWrapper.class com.jcabi.xml.Patterns.class com.jcabi.xml.Sources.class com.jcabi.xml.StrictXML.class com.jcabi.xml.TextResource.class com.jcabi.xml.XML.class com.jcabi.xml.XMLDocument.class com.jcabi.xml.XPathContext.class com.jcabi.xml.XSD.class com.jcabi.xml.XSDDocument.class com.jcabi.xml.XSL.class com.jcabi.xml.XSLChain.class com.jcabi.xml.XSLDocument.class com/jcabi/xml/com-jcabi-jcabi-xml-jar.txt com/jcabi/xml/strip.xsl
jcabi-xml-0.17.2.pom file content.
<?xml version="1.0"?> <!-- * Copyright (c) 2012-2015, 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.21</version> </parent> <artifactId>jcabi-xml</artifactId> <version>0.17.2</version> <name>jcabi-xml</name> <description>XML Parsing and Transforming</description> <issueManagement> <system>github</system> <url>https://github.com/jcabi/jcabi-xml/issues</url> </issueManagement> <ciManagement> <system>travis</system> <url>https://travis-ci.org/jcabi/jcabi-xml</url> </ciManagement> <scm> <connection>scm:git:github.com:jcabi/jcabi-xml.git</connection> <developerConnection>scm:git:github.com:jcabi/jcabi-xml.git</developerConnection> <url>https://github.com/jcabi/jcabi-xml</url> </scm> <distributionManagement> <site> <id>www.jcabi.com</id> <url>s3://www.jcabi.com/jcabi-xml</url> </site> </distributionManagement> <dependencies> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-log</artifactId> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-immutable</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-matchers</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.11.0</version> <scope>test</scope> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.4.01</version> <!-- don't change it, leave at 1.4.01 --> <scope>provided</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>gmaven-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>generate-regexes-source</id> <phase>generate-sources</phase> <goals> <goal>execute</goal> </goals> <configuration> <properties> <sourcePath> ${basedir}/src/main/templates/Patterns.java.template </sourcePath> <destinationPath> ${project.build.directory}/generated-sources/java/com/jcabi/xml/Patterns.java </destinationPath> </properties> <classpath> <element> <groupId>net.sourceforge.reb4j</groupId> <artifactId>net.sourceforge.reb4j</artifactId> <version>2.1.0</version> </element> <element> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </element> </classpath> <source> ${basedir}/src/main/grv/GeneratePatterns.groovy </source> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>org.codehaus.gmaven.runtime</groupId> <artifactId>gmaven-runtime-2.0</artifactId> <version>1.5</version> <exclusions> <exclusion> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> <version>2.4.5</version> </dependency> <dependency> <groupId>net.sourceforge.reb4j</groupId> <artifactId>net.sourceforge.reb4j</artifactId> <version>2.1.0</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.10</version> <executions> <execution> <id>add-source</id> <phase>generate-sources</phase> <goals> <goal>add-source</goal> </goals> <configuration> <sources> <source>${project.build.directory}/generated-sources/java/</source> </sources> </configuration> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>qulice</id> <build> <plugins> <plugin> <groupId>com.qulice</groupId> <artifactId>qulice-maven-plugin</artifactId> <configuration> <excludes combine.children="append"> <exclude>xml:/src/it/settings.xml</exclude> <exclude>xml:/src/test/resources/com/jcabi/xml/.*</exclude> </excludes> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>coveralls</id> <!-- @todo #70:30m/DEV This reporting doesn't work, becuase of a conflict with Patterns.java file, which is generated on fly and doesn't really have a source. See the log here, for example: http://www.rultor.com/t/5393-146659058 Let's fix it somehow and enable this profile again. --> <!-- <activation> <file><exists>pom.xml</exists></file> </activation> --> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <executions> <execution> <phase>site</phase> <goals> <goal>cobertura</goal> </goals> <configuration> <format>xml</format> <maxmem>256m</maxmem> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.eluder.coveralls</groupId> <artifactId>coveralls-maven-plugin</artifactId> <version>4.1.0</version> <executions> <execution> <phase>site</phase> <goals> <goal>report</goal> </goals> <configuration> <repoToken>${coveralls.token.xml}</repoToken> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-xml</artifactId> <version>0.17.2</version> </dependency>
If you think the following jcabi-xml-0.17.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jcabi-xml-0.17.2.jar file