How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.savoirtech</groupId>
<artifactId>aetos</artifactId>
<version>features</version>
</dependency>
Choose a version of com.savoirtech : aetos to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
aetos-1.5.4
|
||
features |
aetos-features
|
||
aetos |
aetos-aetos-parent
|
||
aetos-aetos
|
|||
aetos-aetos-bundles
|
|||
aetos-aetos-branding
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.savoirtech</groupId>
<artifactId>aetos</artifactId>
<version>features</version>
</dependency>
Advertisement