How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-search</artifactId>
<version>8.6.0-alpha3-rc3</version>
</dependency>
Choose a version of io.camunda : camunda-search to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.6.x |
camunda-search-8.6.0-alpha3-rc3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-search</artifactId>
<version>8.6.0-alpha3-rc3</version>
</dependency>
Advertisement