Maven Repository - POM file for Java Library jh 2.0 2.0

Summary

JavaHelp Search.

JavaHelp Search library. Dependency of Woodstock components library..

Declaration

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

<dependency>
   <groupId>com.sun.woodstock.dependlibs</groupId>
   <artifactId>jh</artifactId>
   <version>2.0</version>
</dependency>

If you think this Maven repository POM file listing for jh 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 with the class path exception
URL: https://javahelp.dev.java.net/license.txt.





Packages

The following packages are defined in the jh-2.0.jar

com.sun.java.help.impl
com.sun.java.help.search
javax.help
javax.help.event
javax.help.plaf
javax.help.plaf.basic
javax.help.resources
javax.help.search
javax.help.tagext

POM File Source

Here is the content of the POM file.

<?xml version='1.0' encoding='UTF-8'?>
<!--
 The contents of this file are subject to the terms
 of the Common Development and Distribution License
 (the License).  You may not use this file except in
 compliance with the License.

 You can obtain a copy of the license at
 https://woodstock.dev.java.net/public/CDDLv1.0.html.
 See the License for the specific language governing
 permissions and limitations under the License.

 When distributing Covered Code, include this CDDL
 Header Notice in each file and include the License file
 at https://woodstock.dev.java.net/public/CDDLv1.0.html.
 If applicable, add the following below the CDDL Header,
 with the fields enclosed by brackets [] replaced by
 you own identifying information:
 "Portions Copyrighted [year] [name of copyright owner]"

 Copyright 2008 Sun Microsystems, Inc. All rights reserved.
-->

<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>
    <groupId>com.sun.woodstock.dependlibs</groupId>
    <artifactId>jh</artifactId>
    <packaging>jar</packaging>
    <name>JavaHelp Search</name>
    <description>JavaHelp Search library. Dependency of Woodstock components library.</description>
    <version>2.0</version>
    <url>https://woodstock.dev.java.net/</url>
    <issueManagement>
        <url>https://woodstock.dev.java.net/servlets/ProjectIssues</url>
    </issueManagement>
    <inceptionYear>2007</inceptionYear>
    <mailingLists/>
    <licenses>
        <license>
            <name>GNU General Public License - Version 2 with the class path exception</name>
            <url>https://javahelp.dev.java.net/license.txt</url>
        </license>
    </licenses>
    <distributionManagement>
        <repository>
            <id>java.net-m2-repository</id>
            <url>java-net:/maven2-repository/trunk/repository/</url>
            <uniqueVersion>false</uniqueVersion>
        </repository>
    </distributionManagement>
</project>