How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.truelicense</groupId>
<artifactId>truelicense</artifactId>
<version>3.2.0</version>
</dependency>
Choose a version of net.truelicense : truelicense to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
truelicense-3.2.0
|
||
3.1.x |
truelicense-3.1.0
|
||
3.0.x |
truelicense-3.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.truelicense</groupId>
<artifactId>truelicense</artifactId>
<version>3.2.0</version>
</dependency>
Advertisement