document-message-builder
Contains interfaces for building tasks to send to a queue and a simple task object representation for use with plugins written for the batch worker.
License |
License |
---|---|
GroupId | GroupIdcom.github.jobservice |
ArtifactId | ArtifactIddocument-message-builder |
Last Version | Last Version2.1.1-7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDocument Message Builder
An interface for simple task object representation
|
Project URL |
Project URL |
Project Organization |
Project OrganizationHewlett Packard Enterprise Development LP |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.jobservice/document-message-builder/ -->
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>document-message-builder</artifactId>
<version>2.1.1-7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jobservice/document-message-builder/
implementation 'com.github.jobservice:document-message-builder:2.1.1-7'
// https://jarcasting.com/artifacts/com.github.jobservice/document-message-builder/
implementation ("com.github.jobservice:document-message-builder:2.1.1-7")
'com.github.jobservice:document-message-builder:jar:2.1.1-7'
<dependency org="com.github.jobservice" name="document-message-builder" rev="2.1.1-7">
<artifact name="document-message-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jobservice', module='document-message-builder', version='2.1.1-7')
)
libraryDependencies += "com.github.jobservice" % "document-message-builder" % "2.1.1-7"
[com.github.jobservice/document-message-builder "2.1.1-7"]
Contains interfaces for building tasks to send to a queue and a simple task object representation for use with plugins written for the batch worker.