License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdworker-binaryhash |
Version | Version2.2.0-61 |
Type | Typejar |
Description |
DescriptionThe 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 Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-binaryhash/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-binaryhash</artifactId>
<version>2.2.0-61</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-binaryhash/
implementation 'com.github.cafdataprocessing:worker-binaryhash:2.2.0-61'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-binaryhash/
implementation ("com.github.cafdataprocessing:worker-binaryhash:2.2.0-61")
'com.github.cafdataprocessing:worker-binaryhash:jar:2.2.0-61'
<dependency org="com.github.cafdataprocessing" name="worker-binaryhash" rev="2.2.0-61">
<artifact name="worker-binaryhash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='worker-binaryhash', version='2.2.0-61')
)
libraryDependencies += "com.github.cafdataprocessing" % "worker-binaryhash" % "2.2.0-61"
[com.github.cafdataprocessing/worker-binaryhash "2.2.0-61"]
Group / Artifact | Type | Version |
---|---|---|
com.github.cafdataprocessing : worker-binaryhash-shared | jar | 2.2.0-61 |
com.github.workerframework : worker-api | jar | |
com.github.workerframework : worker-caf | jar | |
com.github.cafapi.util : util-moduleloader | jar | 1.13.0-239 |
commons-io : commons-io | jar | 2.4 |
commons-codec : commons-codec | jar | 1.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.5 |
com.github.cafapi.codec : codec-json | jar | 1.13.0-239 |
org.hibernate : hibernate-validator | jar | 5.1.3.Final |
javax.el : javax.el-api | jar | 3.0.0 |