Maven Repository - POM file for XML vtd-xml 2.11 2.11

Summary

vtd-xml.

XimpleWare's VTD-XML is, far and away, the industry's most advanced and powerful XML processing model for SOA and Cloud Computing.

Declaration

Here is the list of declaration for vtd-xml. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.ximpleware</groupId>
   <artifactId>vtd-xml</artifactId>
   <version>2.11</version>
</dependency>

If you think this Maven repository POM file listing for vtd-xml is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:GNU GENERAL PUBLIC LICENSE Version 2, June 1991
URL: http://www.gnu.org/licenses/old-licenses/gpl-2.0.

Depended by

The following table lists the most popular artifacts which are depending on vtd-xml-2.11. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Androidrobolectric 2.2
An alternative Android testing framework.
10

Plugin

The following plugins are used in the vtd-xml-2.11.jar

  1. maven-compiler-plugin

Packages

The following packages are defined in the vtd-xml-2.11.jar

com.ximpleware
com.ximpleware.extended
com.ximpleware.extended.parser
com.ximpleware.extended.xpath
com.ximpleware.parser
com.ximpleware.transcode
com.ximpleware.xpath
java_cup
java_cup.runtime




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.ximpleware</groupId>
  <artifactId>vtd-xml</artifactId>
  <version>2.11</version>
  <packaging>jar</packaging>

  <name>vtd-xml</name>
  <description>XimpleWare's VTD-XML is, far and away, the industry's most advanced and powerful XML processing model for SOA and Cloud Computing</description>
  <url>http://vtd-xml.sourceforge.net/</url>

  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE Version 2, June 1991</name>
      <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  
  

  <scm>
    <url>git://vtd-xml.git.sourceforge.net/gitroot/vtd-xml/vtd-xml</url>
  </scm>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.0</version>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
  

</project>