Modern, type-safe, modular Java client for the Packeta (Zásilkovna) REST/XML API
This is an UNOFFICIAL community/open-source project.
It is not affiliated with, endorsed by, or supported by Packeta International s.r.o.
- Full support for Packeta REST/XML API
- Modular architecture (core + separate modules for labels, tracking, customs, ...)
- Built-in rate limiting, retries & resilient HTTP client
- Advanced label generation including vertical return attachments
- Optional Spring Boot 3.x auto-configuration
- Comprehensive unit & integration tests
- Modern Java (17+), records, sealed interfaces, etc.
- SLSA provenance, SBOM generation, OpenSSF Scorecard
<dependency>
<groupId>com.github.aleroycz</groupId>
<artifactId>packeta-sdk-java</artifactId>
<version>1.0.0-unofficial</version> <!-- use latest version -->
</dependency>