Add dependency tags to make it easier to copy past the dependency definition

This commit is contained in:
Benedikt Ritter 2016-09-19 13:31:19 +02:00
parent 0807eedad6
commit e6ad17215d
No known key found for this signature in database
GPG Key ID: 9DAADC1C9FCC82D0
1 changed files with 2 additions and 0 deletions

View File

@ -74,9 +74,11 @@ The code base is monitored by a Sonar instance running on <a href="https://analy
<p>
Alternatively you can pull it from the central Maven repositories:
<pre>
&lt;dependency&gt;
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
&lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
&lt;version&gt;3.4&lt;/version&gt;
&lt;/dependency&gt;
</pre>
</p>