How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonarsource.html</groupId>
<artifactId>html</artifactId>
<version>3.9.0.3600</version>
</dependency>
Choose a version of org.sonarsource.html : html to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.9.x |
html-3.9.0.3600
|
||
3.8.x |
html-3.8.0.3510
|
||
3.7.x |
html-3.7.1.3306
|
||
html-3.7.0.3298
|
|||
3.6.x |
html-3.6.0.3106
|
||
3.5.x |
html-3.5.0.3009
|
||
3.4.x |
html-3.4.0.2754
|
||
3.3.x |
html-3.3.0.2534
|
||
3.2.x |
html-3.2.0.2082
|
||
3.1.x |
html-3.1.0.1615
|
||
3.0.x |
html-3.0.1.1444
|
||
html-3.0.0.1411
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonarsource.html</groupId>
<artifactId>html</artifactId>
<version>3.9.0.3600</version>
</dependency>
Advertisement