jhall
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sun.woodstock.dependlibs</groupId> <artifactId>jhall</artifactId> <version>2.0</version> </dependency>
<?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>jhall</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>