How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.supalle</groupId>
<artifactId>auto-trim-project</artifactId>
<version>1.0.3</version>
</dependency>
Choose a version of com.supalle : auto-trim-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
auto-trim-project-1.0.3
|
||
auto-trim-project-1.0.2
|
|||
auto-trim-project-1.0.1
|
|||
auto-trim-project-1.0.0
|
|||
0.8.x |
auto-trim-project-0.8.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.supalle</groupId>
<artifactId>auto-trim-project</artifactId>
<version>1.0.3</version>
</dependency>
Advertisement