How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.smallcrew.foundation</groupId>
<artifactId>smallcrew-pom</artifactId>
<version>9</version>
</dependency>
Choose a version of fr.smallcrew.foundation : smallcrew-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
9 |
smallcrew-pom-9
|
||
7 |
smallcrew-pom-7
|
||
6 |
smallcrew-pom-6
|
||
5 |
smallcrew-pom-5
|
||
4 |
smallcrew-pom-4
|
||
3 |
smallcrew-pom-3
|
||
2 |
smallcrew-pom-2
|
||
1 |
smallcrew-pom-1
|
||
1.0.x |
smallcrew-pom-1.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.smallcrew.foundation</groupId>
<artifactId>smallcrew-pom</artifactId>
<version>9</version>
</dependency>
Advertisement