How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>com-github-sgroschupf-zkclient</artifactId>
<version>6.1.0.Beta1</version>
</dependency>
Choose a version of org.kie.modules : com-github-sgroschupf-zkclient to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.1.x |
com-github-sgroschupf-zkclient-6.1.0.Beta1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>com-github-sgroschupf-zkclient</artifactId>
<version>6.1.0.Beta1</version>
</dependency>
Advertisement