Docbkx Maven Base.
A number of base classes, providing the basic behaviour of objects / plugins transforming DocBook XML sources into some other format..
Here is the list of declaration for docbkx-maven-base. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.agilejava.docbkx</groupId> <artifactId>docbkx-maven-base</artifactId> <version>2.0.14</version> </dependency>
If you think this Maven repository POM file listing for docbkx-maven-base is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The docbkx-maven-base-2.0.14 has 15 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JSP | commons-el 1.0 JSP 2.0 Expression Language Interpreter Implementation | 42 |
Parser | xercesImpl 2.8.0 Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy... | 9 |
Build | maven-project 2.0 This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required. | 53 |
File | commons-io 1.1 Commons-IO contains utility classes, stream implementations, file filters, and endian classes. | 8 |
The following packages are defined in the docbkx-maven-base-2.0.14.jar
com.agilejava.docbkx.maven
Here is the content of the POM file.
<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.agilejava.docbkx</groupId> <artifactId>docbkx</artifactId> <version>2.0.14</version> </parent> <artifactId>docbkx-maven-base</artifactId> <packaging>jar</packaging> <name>Docbkx Maven Base</name> <description>A number of base classes, providing the basic behaviour of objects / plugins transforming DocBook XML sources into some other format.</description> <dependencies> <dependency> <groupId>commons-el</groupId> <artifactId>commons-el</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.0-FCS</version> </dependency> <dependency> <groupId>saxpath</groupId> <artifactId>saxpath</artifactId> <version>1.0-FCS</version> </dependency> <dependency> <groupId>xom</groupId> <artifactId>xom</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>saxon</groupId> <artifactId>saxon</artifactId> <version>6.5.3</version> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.8.0</version> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xmlParserAPIs</artifactId> <version>2.6.2</version> </dependency> <dependency> <groupId>xml-resolver</groupId> <artifactId>xml-resolver</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>plexus</groupId> <artifactId>plexus-utils</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> <version>1.0-alpha-5</version> </dependency> <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.1</version> </dependency> </dependencies> </project>