Skip to content

Commit 894c45d

Browse files
author
mtctx
committed
Added badges to readme for maven central
1 parent ab7b36f commit 894c45d

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[![License: GPL-3.0](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
44
[![Kotlin](https://img.shields.io/badge/Kotlin-2.2.21-blue.svg)](https://kotlinlang.org)
55
[![KSP](https://img.shields.io/badge/KSP-2.3.0-orange.svg)](https://github.com/google/ksp)
6+
[![Maven Central Core](https://img.shields.io/maven-central/v/dev.mtctx.library/zappy-core?label=Maven%20Central%20Core)](https://central.sonatype.com/artifact/dev.mtctx.library/zappy-core)
7+
[![Maven Central Processor](https://img.shields.io/maven-central/v/dev.mtctx.library/zappy-processor?label=Maven%20Central%20Processor)](https://central.sonatype.com/artifact/dev.mtctx.library/zappy-processor)
68

79
---
810

@@ -175,18 +177,18 @@ println(email) // → "a1b2c@example.com"
175177

176178
## Built-in ZPL Providers
177179

178-
| ID | Example Output |
179-
|------------------|----------------------------------------|
180-
| `<name>` | `k9PxM2vN` |
181-
| `<email>` | `Bc34QQ6grdHQ0ozz@2noJRHYKqklOFZ.com` |
182-
| `<domain>` | `aa2fa5.net` |
183-
| `<numeric>` | `42` |
184-
| `<password>` | `e*<PyXvp]B` |
185-
| `<token>` | `YWEeWGC3Fd4Fk-H` |
186-
| `<uuid>` | `f47ac10b-58cc-4372-a567-0e02b2c3d479` |
187-
| `<iso-date>` | `2025-10-29T14:30:22Z` |
188-
| `<phone-number>` | `+1017079879685250` |
189-
| `<url>` | `http://2ikEu.io` |
180+
| ID | Example Output |
181+
|--------------------------|----------------------------------------|
182+
| `<name>` | `k9PxM2vN` |
183+
| `<email>` | `Bc34QQ6grdHQ0ozz@2noJRHYKqklOFZ.com` |
184+
| `<domain>` | `aa2fa5.net` |
185+
| `<numeric>` | `42` |
186+
| `<password>` | `e*<PyXvp]B` |
187+
| `<token>` | `YWEeWGC3Fd4Fk-H` |
188+
| `<uuid>` | `f47ac10b-58cc-4372-a567-0e02b2c3d479` |
189+
| `<iso-date> (Base Only)` | `2025-10-29T14:30:22Z` |
190+
| `<phone-number>` | `+1017079879685250` |
191+
| `<url>` | `http://2ikEu.io` |
190192

191193
> **Note**: `<iso-date>` requires a custom provider. See [Custom ZPLProvider](#how-to-create-a-custom-zplprovider).
192194

0 commit comments

Comments
 (0)