xmlcalabash
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.xmlcalabash</groupId> <artifactId>xmlcalabash</artifactId> <version>1.5.7-120</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.xmlcalabash</groupId> <artifactId>xmlcalabash</artifactId> <version>1.5.7-120</version> <name>XML Calabash</name> <description>An XProc 1.0 processor</description> <url>https://github.com/ndw/xmlcalabash1</url> <licenses> <license> <name>Common Development and Distribution License (CDDL) version 1.0</name> <url>https://opensource.org/licenses/CDDL-1.0</url> <distribution>repo</distribution> </license> <license> <name>GNU General Public License version 2</name> <url>https://www.gnu.org/licenses/gpl-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>ndw</id> <name>Norman Walsh</name> </developer> </developers> <scm> <connection>scm:git@github.com:ndw/xmlcalabash1.git</connection> <developerConnection>scm:git@github.com:ndw/xmlcalabash1.git</developerConnection> <url>scm:git@github.com:ndw/xmlcalabash1.git</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>18.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.nwalsh</groupId> <artifactId>nwalsh-annotations</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.relaxng</groupId> <artifactId>jing</artifactId> <version>20220510</version> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.java.dev.msv</groupId> <artifactId>msv-core</artifactId> <version>2013.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>Saxon-HE</artifactId> <version>12.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> <version>72.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>nu.validator.htmlparser</groupId> <artifactId>htmlparser</artifactId> <version>1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.9.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.14</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> <version>4.5.14</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>4.4.16</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.atteo.classindex</groupId> <artifactId>classindex</artifactId> <version>3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.ccil.cowan.tagsoup</groupId> <artifactId>tagsoup</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.restlet.jee</groupId> <artifactId>org.restlet</artifactId> <version>2.2.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.restlet.jee</groupId> <artifactId>org.restlet.ext.fileupload</artifactId> <version>2.2.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.restlet.jee</groupId> <artifactId>org.restlet.ext.slf4j</artifactId> <version>2.2.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.xmlresolver</groupId> <artifactId>xmlresolver</artifactId> <version>5.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.commonmark</groupId> <artifactId>commonmark</artifactId> <version>0.21.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.30</version> <scope>runtime</scope> </dependency> </dependencies> </project>