Only link to dependency-info.html instead of hard-coding a single method
This commit is contained in:
parent
1bd1fd8e60
commit
6aa3665d93
|
@ -76,15 +76,7 @@ for the latest releases.<br />
|
|||
For previous releases, see the <a href="https://archive.apache.org/dist/commons/csv/">Apache Archive</a>
|
||||
</p>
|
||||
<p>
|
||||
Alternatively, you can pull it from a Maven repository:
|
||||
<pre><dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-csv</artifactId>
|
||||
<version>1.9.0</version>
|
||||
</dependency></pre>
|
||||
</p>
|
||||
<p>
|
||||
For other dependency access methods, see <a href="dependency-info.html">Dependency Information</a>
|
||||
For dependency access methods, see <a href="dependency-info.html">Dependency Information</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue