How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.px3j</groupId>
<artifactId>lush-service-starter</artifactId>
<version>2022.9.3</version>
</dependency>
Choose a version of com.px3j : lush-service-starter to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2022.9.x |
lush-service-starter-2022.9.3
|
||
lush-service-starter-2022.9.1
|
|||
2022.8.x |
lush-service-starter-2022.8.1
|
||
lush-service-starter-2022.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.px3j</groupId>
<artifactId>lush-service-starter</artifactId>
<version>2022.9.3</version>
</dependency>
Advertisement