The toolarium-processing-unit-collection implements some common ProcessingUnit's according to the project toolarium-processing-unit:
- The HtpProcessingUnit implements a processing in which all types of http requests can be executed in the sense of a processing-unit.
- cb - The toolarium common build
We use SemVer for versioning. For the versions available, see the tags on this repository.
dependencies {
implementation "com.github.toolarium:toolarium-processing-unit-collection:0.2.0"
}
<dependency>
<groupId>com.github.toolarium</groupId>
<artifactId>toolarium-processing-unit-collection</artifactId>
<version>0.2.0</version>
</dependency>