MockJutsu 1.0.0 — Initial Release
Java implementation of Mock Jutsu — zero-dependency algorithmic mock data engine.
Highlights
- 390+ data types — identity, financial, telecom, health, IoT, cryptography, markets, compliance
- 6 locales — TR, US, DE, GB, FR, RU (+ 34 more)
- Zero external dependencies — pure Java 17+
- Algorithmically verified — Luhn, MOD-97 IBAN, TCKN, NHS, EAN-13, MRZ, BTC Base58Check and more
- Fluent builder API — type-safe, IDE autocomplete
- Masker module — PCI DSS, KVKK/GDPR compliant masking for 160+ types
- String & Enum API — both scriptable and compile-time-safe modes
Installation
Maven:
```xml
io.github.altansayan
mockjutsu
1.0.0
```
Gradle:
```groovy
implementation 'io.github.altansayan:mockjutsu:1.0.0'
```