How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonarsource.text</groupId>
<artifactId>text</artifactId>
<version>2.3.0.1632</version>
</dependency>
Choose a version of org.sonarsource.text : text to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
text-2.3.0.1632
|
||
2.2.x |
text-2.2.0.1571
|
||
2.1.x |
text-2.1.0.1163
|
||
2.0.x |
text-2.0.2.1090
|
||
text-2.0.1.611
|
|||
text-2.0.0.604
|
|||
text-2.0.0.602
|
|||
1.2.x |
text-1.2.0.510
|
||
1.1.x |
text-1.1.0.282
|
||
1.0.x |
text-1.0.0.120
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonarsource.text</groupId>
<artifactId>text</artifactId>
<version>2.3.0.1632</version>
</dependency>
Advertisement