How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.tpucci</groupId>
<artifactId>kstate</artifactId>
<version>0.1.10</version>
</dependency>
Choose a version of com.github.tpucci : kstate to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
kstate-0.1.10
|
||
kstate-0.1.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.tpucci</groupId>
<artifactId>kstate</artifactId>
<version>0.1.10</version>
</dependency>
Advertisement