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