License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdworker-binaryhash-aggregator |
Version | Version2.2.0-61 |
Type | Typepom |
Description |
DescriptionWorker-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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
worker-binaryhash-aggregator-2.2.0-61.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-binaryhash-aggregator/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-binaryhash-aggregator</artifactId>
<version>2.2.0-61</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-binaryhash-aggregator/
implementation 'com.github.cafdataprocessing:worker-binaryhash-aggregator:2.2.0-61'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-binaryhash-aggregator/
implementation ("com.github.cafdataprocessing:worker-binaryhash-aggregator:2.2.0-61")
'com.github.cafdataprocessing:worker-binaryhash-aggregator:pom:2.2.0-61'
<dependency org="com.github.cafdataprocessing" name="worker-binaryhash-aggregator" rev="2.2.0-61">
<artifact name="worker-binaryhash-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='worker-binaryhash-aggregator', version='2.2.0-61')
)
libraryDependencies += "com.github.cafdataprocessing" % "worker-binaryhash-aggregator" % "2.2.0-61"
[com.github.cafdataprocessing/worker-binaryhash-aggregator "2.2.0-61"]