com.github.cafdataprocessing:worker-binaryhash-container-fs

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.

Лицензия

Лицензия

Категории

Категории

Контейнер Данные
Группа

Группа

com.github.cafdataprocessing
Идентификатор

Идентификатор

worker-binaryhash-container-fs
Последняя версия

Последняя версия

2.2.0-61
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Организация-разработчик

Организация-разработчик

EntIT Software LLC, a Micro Focus company

Скачать worker-binaryhash-container-fs

Имя Файла Размер
worker-binaryhash-container-fs-2.2.0-61.pom 19 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-binaryhash-container-fs/ -->
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-binaryhash-container-fs</artifactId>
    <version>2.2.0-61</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-binaryhash-container-fs/
implementation 'com.github.cafdataprocessing:worker-binaryhash-container-fs:2.2.0-61'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-binaryhash-container-fs/
implementation ("com.github.cafdataprocessing:worker-binaryhash-container-fs:2.2.0-61")
'com.github.cafdataprocessing:worker-binaryhash-container-fs:pom:2.2.0-61'
<dependency org="com.github.cafdataprocessing" name="worker-binaryhash-container-fs" rev="2.2.0-61">
  <artifact name="worker-binaryhash-container-fs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='worker-binaryhash-container-fs', version='2.2.0-61')
)
libraryDependencies += "com.github.cafdataprocessing" % "worker-binaryhash-container-fs" % "2.2.0-61"
[com.github.cafdataprocessing/worker-binaryhash-container-fs "2.2.0-61"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.github.workerframework : standard-worker-container pom
com.github.workerframework : worker-store-fs jar
com.github.cafdataprocessing : worker-binaryhash jar 2.2.0-61

test (2)

Идентификатор библиотеки Тип Версия
com.github.workerframework : worker-testing-integration jar
com.github.cafdataprocessing : worker-binaryhash-testing jar 2.2.0-61

Модули Проекта

Данный проект не имеет модулей.

Binary Hash Worker

The Binary Hash Worker can process files which:

  • are passed directly to it (i.e. as part of the input message)
  • are stored centrally and where only the storage reference is passed to it.

It generates a SHA-1 digest for the specified file and returns it as a 40 character hex-encoded string.

Modules

worker-binaryhash-shared

This is the shared library defining public classes that constitute the worker interface to be used by consumers of the Binary Hash Worker. The project can be found in worker-binaryhash-shared.

worker-binaryhash

This project contains the actual implementation of the Binary Hash Worker. It can be found in worker-binaryhash.

worker-binaryhash-container

This project builds a Docker image that packages the Binary Hash Worker for deployment. It can be found in worker-binaryhash-container.

worker-binaryhash-testing

This contains implementations of the testing framework to allow for integration testing of the Binary Hash Worker. The project can be found in worker-binaryhash-testing.

Feature Testing

The testing for the Binary Hash Worker is defined here

com.github.cafdataprocessing

CAF Data Processing

Версии библиотеки

Версия
2.2.0-61
2.1.0-28
2.0.0-3