You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by bu...@apache.org on 2011/05/11 17:24:22 UTC

svn commit: r789474 - /websites/staging/opennlp/trunk/content/opennlp/maven-dependency.html

Author: buildbot
Date: Wed May 11 15:24:21 2011
New Revision: 789474

Log:
Staging update by buildbot

Modified:
    websites/staging/opennlp/trunk/content/opennlp/maven-dependency.html

Modified: websites/staging/opennlp/trunk/content/opennlp/maven-dependency.html
==============================================================================
--- websites/staging/opennlp/trunk/content/opennlp/maven-dependency.html (original)
+++ websites/staging/opennlp/trunk/content/opennlp/maven-dependency.html Wed May 11 15:24:21 2011
@@ -64,45 +64,37 @@
   <div id="content">
     <h1 class="title">Maven Dependency</h1>
     <p>Apache OpenNLP is also distributed via the repo1.maven.org repository and
-maven artifacts are located <a href="http://repo1.maven.org/maven2/org/apache/opennlp/">here</a>.</p>
+the maven artifacts are located <a href="http://repo1.maven.org/maven2/org/apache/opennlp/">here</a>.</p>
 <p>The Apache OpenNLP project publishes the library, javadoc and source code jars.</p>
 <p>To use OpenNLP in your project specify exactly one of the following dependencies,
 all transient dependencies are resolved automatically.</p>
 <h2 id="opennlp_tools_dependency">OpenNLP Tools Dependency</h2>
 <p>To use the OpenNLP Tools define the following dependency:</p>
-<pre><code>
-<dependency>
-  <groupId>org.apache.opennlp</groupId>
-  <artifactId>opennlp-tools</artifactId>
-  <version>1.5.1-incubating</version>
-</dependency>
-</pre>
-
-<code>
-
+<p><code>
+    <dependency>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-tools</artifactId>
+      <version>1.5.1-incubating</version>
+    </dependency>
+<code></p>
 <h2 id="opennlp_uima_annotators_dependency">OpenNLP UIMA Annotators Dependency</h2>
 <p>To use the OpenNLP UIMA Annotators define the following dependency:</p>
-<pre><code>
-<dependency>
-  <groupId>org.apache.opennlp</groupId>
-  <artifactId>opennlp-uima</artifactId>
-  <version>1.5.1-incubating</version>
-</dependency>
-</pre>
-
-<code>
-
+<p><code>
+    <dependency>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-uima</artifactId>
+      <version>1.5.1-incubating</version>
+    </dependency>
+<code></p>
 <h2 id="opennlp_maxent_dependency">OpenNLP Maxent Dependency</h2>
 <p>To use OpenNLP Maxent define the following dependency:</p>
-<pre><code>
-<dependency>
-  <groupId>org.apache.opennlp</groupId>
-  <artifactId>opennlp-maxent</artifactId>
-  <version>3.0.1-incubating</version>
-</dependency>
-</pre>
-
-<code>
+<p><code>
+    <dependency>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-maxent</artifactId>
+      <version>3.0.1-incubating</version>
+    </dependency>
+<code></p>
   </div>
   
   <div class="clear">