Maven Repository - POM file for Search lucene-core 1.9.1 1.9.1

Summary

Lucene Java.

Apache Lucene Java.

Declaration

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

<dependency>
   <groupId>org.apache.lucene</groupId>
   <artifactId>lucene-core</artifactId>
   <version>1.9.1</version>
</dependency>

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

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Packages

The following packages are defined in the lucene-core-1.9.1.jar

org.apache.lucene
org.apache.lucene.analysis
org.apache.lucene.analysis.de
org.apache.lucene.analysis.standard
org.apache.lucene.document
org.apache.lucene.index
org.apache.lucene.queryParser
org.apache.lucene.search
org.apache.lucene.search.spans
org.apache.lucene.store
org.apache.lucene.util




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.lucene</groupId>
  <artifactId>lucene-core</artifactId>
  <name>Lucene Java</name>
  <version>1.9.1</version>
  <description>Apache Lucene Java</description>
  <url>http://lucene.apache.org</url>
  <issueManagement>
    <system>JIRA</system>
    <url>http://issues.apache.org/jira/browse/LUCENE</url>
  </issueManagement>
  <ciManagement />
  <inceptionYear>2004</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments></comments>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/lucene/java/trunk</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/java/trunk</developerConnection>
    <url>http://svn.apache.org/viewcvs.cgi/lucene/java/trunk</url>
  </scm>
  <organization>
    <name>Apache Software Foundation</name>
    <url>http://www.apache.org</url>
  </organization>
  <repositories>
    <repository>
      <releases />
      <snapshots />
      <id>apache.snapshots</id>
      <name>Apache Maven Repository (Snapshots and Test Builds)</name>
      <url>http://cvs.apache.org/maven-snapshot-repository</url>
    </repository>
  </repositories>
  <distributionManagement>
    <repository>
      <id>apache-maven-releases</id>
      <name>Apache Maven Repository (Releases)</name>
      <url>scp://people.apache.org/www/www.apache.org/dist/maven-repository</url>
    </repository>
    <status>deployed</status>
  </distributionManagement>
</project>