Maven Dependency
Add the following dependency to yourpom.xml:
Repository Configuration
If you’re using the snapshot version, ensure your build configuration includes the snapshot repository:What’s Included
The SDK includes:- Command Classes: For creating and modifying orders
- Event Classes: Domain events published by the order service
- Representation Classes: Response models for API endpoints
- Validation: Built-in Bean Validation constraints
Requirements
- Java 8 or higher
- Spring Boot (for validation annotations)
- Lombok (annotation processor)
Next Steps
Commands
Learn about command classes for order operations
Events
Understand domain events published by the service
Models
Explore representation classes for API responses