How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-binaryhash-aggregator</artifactId>
<version>2.2.0-61</version>
</dependency>
Choose a version of com.github.cafdataprocessing : worker-binaryhash-aggregator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
worker-binaryhash-aggregator-2.2.0-61
|
||
2.1.x |
worker-binaryhash-aggregator-2.1.0-28
|
||
2.0.x |
worker-binaryhash-aggregator-2.0.0-3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-binaryhash-aggregator</artifactId>
<version>2.2.0-61</version>
</dependency>
Advertisement