How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.knotx.acme</groupId>
<artifactId>acme-stack</artifactId>
<version>1.5.0</version>
</dependency>
Choose a version of io.knotx.acme : acme-stack to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
acme-stack-1.5.0
|
||
1.4.x |
acme-stack-1.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.knotx.acme</groupId>
<artifactId>acme-stack</artifactId>
<version>1.5.0</version>
</dependency>
Advertisement