MVN

com.github.cafdataprocessing : worker-binaryhash-aggregator

Maven & Gradle

Nov 28, 2017
0 stars

Worker-Binaryhash · The Binary Hash Worker performs a SHA-1 hash on the specified file and returns the hash digest as a 40 character hex-encoded string.

<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-binaryhash-aggregator</artifactId>
    <version>2.2.0-61</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cafdataprocessing : worker-binaryhash-aggregator to add to Maven - Latest Versions:

  • Latest Stable: 2.2.0-61

All Versions

Choose a version of com.github.cafdataprocessing : worker-binaryhash-aggregator to add to Maven - All 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

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>