Google XML Pages (GXP).
Google XML Pages (GXP) is a templating system used to generate XML/SGML markup (most often HTML)..
Here is the list of declaration for google-gxp. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.google.gxp</groupId> <artifactId>google-gxp</artifactId> <version>0.2.4-beta</version> </dependency>
If you think this Maven repository POM file listing for google-gxp is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following plugins are used in the google-gxp-0.2.4-beta.jar
The following packages are defined in the google-gxp-0.2.4-beta.jar
com.google.gxp.base com.google.gxp.base.dynamic com.google.gxp.com.google.common.base com.google.gxp.com.google.common.collect com.google.gxp.com.google.common.io com.google.gxp.compiler com.google.gxp.compiler.alerts com.google.gxp.compiler.alerts.common com.google.gxp.compiler.ant com.google.gxp.compiler.base com.google.gxp.compiler.bind com.google.gxp.compiler.cli com.google.gxp.compiler.codegen com.google.gxp.compiler.collapse com.google.gxp.compiler.cpp com.google.gxp.compiler.depend com.google.gxp.compiler.dot com.google.gxp.compiler.escape com.google.gxp.compiler.flatten com.google.gxp.compiler.fs com.google.gxp.compiler.i18ncheck com.google.gxp.compiler.ifexpand com.google.gxp.compiler.io com.google.gxp.compiler.java com.google.gxp.compiler.js com.google.gxp.compiler.msgextract com.google.gxp.compiler.parser com.google.gxp.compiler.phinsert com.google.gxp.compiler.phpivot com.google.gxp.compiler.reparent com.google.gxp.compiler.schema com.google.gxp.compiler.servicedir com.google.gxp.compiler.util com.google.gxp.compiler.validate com.google.gxp.compiler.xmb com.google.gxp.css com.google.gxp.html com.google.gxp.js com.google.gxp.org.apache.xerces.dom com.google.gxp.org.apache.xerces.dom.events com.google.gxp.org.apache.xerces.dom3.as com.google.gxp.org.apache.xerces.impl com.google.gxp.org.apache.xerces.impl.dtd com.google.gxp.org.apache.xerces.impl.dtd.models com.google.gxp.org.apache.xerces.impl.dv com.google.gxp.org.apache.xerces.impl.dv.dtd com.google.gxp.org.apache.xerces.impl.dv.util com.google.gxp.org.apache.xerces.impl.dv.xs com.google.gxp.org.apache.xerces.impl.io com.google.gxp.org.apache.xerces.impl.msg com.google.gxp.org.apache.xerces.impl.validation com.google.gxp.org.apache.xerces.impl.xpath com.google.gxp.org.apache.xerces.impl.xpath.regex com.google.gxp.org.apache.xerces.impl.xs com.google.gxp.org.apache.xerces.impl.xs.identity com.google.gxp.org.apache.xerces.impl.xs.models com.google.gxp.org.apache.xerces.impl.xs.opti com.google.gxp.org.apache.xerces.impl.xs.traversers com.google.gxp.org.apache.xerces.impl.xs.util com.google.gxp.org.apache.xerces.jaxp com.google.gxp.org.apache.xerces.jaxp.datatype com.google.gxp.org.apache.xerces.jaxp.validation com.google.gxp.org.apache.xerces.parsers com.google.gxp.org.apache.xerces.util com.google.gxp.org.apache.xerces.xinclude com.google.gxp.org.apache.xerces.xni com.google.gxp.org.apache.xerces.xni.grammars com.google.gxp.org.apache.xerces.xni.parser com.google.gxp.org.apache.xerces.xpointer com.google.gxp.org.apache.xerces.xs com.google.gxp.org.apache.xerces.xs.datatypes com.google.gxp.rss com.google.gxp.text com.google.i18n com.google.transconsole.common.messages com.google.transconsole.common.xml org.apache.html.dom org.apache.wml org.apache.wml.dom org.apache.xml.serialize org.json org.kohsuke.args4j org.kohsuke.args4j.spi org.w3c.dom.html
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <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.google</groupId> <artifactId>google</artifactId> <version>5</version> </parent> <groupId>com.google.gxp</groupId> <artifactId>google-gxp</artifactId> <version>0.2.4-beta</version> <packaging>jar</packaging> <name>Google XML Pages (GXP)</name> <description>Google XML Pages (GXP) is a templating system used to generate XML/SGML markup (most often HTML).</description> <inceptionYear>2008</inceptionYear> <url>http://code.google.com/p/gxp/</url> <scm> <url>http://code.google.com/p/gxp/source/browse/</url> <connection>scm:svn:http://gxp.googlecode.com/svn/trunk/</connection> </scm> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> </plugins> </build> </project>