Add dependency tags to make it easier to copy past the dependency definition
This commit is contained in:
parent
0807eedad6
commit
e6ad17215d
|
@ -74,9 +74,11 @@ The code base is monitored by a Sonar instance running on <a href="https://analy
|
||||||
<p>
|
<p>
|
||||||
Alternatively you can pull it from the central Maven repositories:
|
Alternatively you can pull it from the central Maven repositories:
|
||||||
<pre>
|
<pre>
|
||||||
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
<version>3.4</version>
|
<version>3.4</version>
|
||||||
|
</dependency>
|
||||||
</pre>
|
</pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue