How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>info.kwarc.sally4</groupId>
<artifactId>sally4-osgi</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of info.kwarc.sally4 : sally4-osgi to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
sally4-osgi-1.0.0
|
||
0.0.x |
sally4-osgi-0.0.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>info.kwarc.sally4</groupId>
<artifactId>sally4-osgi</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement