Compilit validation · A small package that enables validation of (business) rules through a fluent API.
Group: com.compilit - All Dependencies
Compilit results · A small package that enables you to encapsulate and propagate processing/validation results with their corresponding message and status.
Compilit parent pom · The parent pom to provide all compilit packages with some common dependencies and correct versions.
Compilit domain primitives · A small package that takes away some boiler plate code when creating your own domain primitives.
Compilit JSON-patch · An implementation RFC 6902 from the IETF. It allows for fine-grained management of the actual allowed patch operations on an entity. Instead of just blindly applying the entire json patch, it enables you to register specific allowed operations for a resource.
Compilit - commons pom · The library consists of several useful implementations of often needed techniques and technologies
Compilit - CQ(E)RS mediator API · The API for the corresponding CQ(E)RS Mediator Core library
Compilit - CQ(E)RS mediator Core · An implementation of the mediator pattern while applying CQRS with added Events
Compilit - CQ(E)RS Mediator Spring extension · An extension for Spring to easily bootstrap the CQ(E)RS Mediator library
Compilit - Cryptography API · A simple api for basic cryptographic operations
Compilit - Cryptography · A package which provides an intuitive and simple API for encryption/decryption
Compilit - Cryptography Spring extension · An extension of the core cryptography package to easily bootstrap the services
Compilit - Domain primitives · A small package that takes away some boilerplate code when creating your own domain primitives.
Compilit - Fuzzy matching · A package containing several functions to apply fuzzy matching
Compilit - Logging API · A set of basis logging annotations which, when implemented, can help you manage your logging statements
Compilit - Logging Spring extension · A package which will allow you to add simple (non-structured) log statements to your methods
Compilit - Results · A small package that enables you to encapsulate and propagate processing/validation results with their corresponding message and status.
Compilit - Validation API · The API for the corresponding Validation Core library.
Compilit - Validation Core · A small package that enables validation of (business) rules through a fluent API.
Compilit - Value guards · A package providing some useful but simple functions for dealing with null values and exceptions
Compilit - Value sanitization API · The API for the corresponding value sanitization core package
Compilit - Value sanitization Core · A simple package to help clean up the input of your application