git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-10-29 14:48:50 +00:00
parent 3a01f9cf49
commit 7f33ed95cf

View File

@ -57,11 +57,9 @@ limitations under the License.
</ul>
<p>
Alternatively you can pull it from the central Maven repositories:
<pre>
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
<pre>&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
&lt;artifactId&gt;commons-csv&lt;/artifactId&gt;
&lt;version&gt;1.0&lt;/version&gt;
</pre>
&lt;version&gt;1.0&lt;/version&gt;</pre>
</p>
</section>