Skip to content

Commit a0cefdb

Browse files
authored
Update README.md
1 parent e74aa10 commit a0cefdb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
[![Java Version](https://img.shields.io/badge/Java-8%2B-blue)](https://www.java.com)
5+
[![Maven Central](https://img.shields.io/maven-central/v/pl.wtx.woocommerce/woocommerce-api-client?label=Maven%20Central&logo=apache-maven&color=blue)](https://search.maven.org/artifact/pl.wtx.woocommerce/woocommerce-api-client)
6+
57

68
A lightweight Java client library for WooCommerce REST API integration. Built for Java developers who need to integrate their applications with WooCommerce e-commerce platform. 🚀
79

@@ -79,7 +81,18 @@ The only requirement is to preserve the original author attribution in the sourc
7981

8082
### 1️⃣ Installation
8183

82-
Clone and build the library from source:
84+
You can add the library to your project by including the dependency from Maven Central:
85+
86+
```xml
87+
<!-- https://mvnrepository.com/artifact/pl.wtx.woocommerce/woocommerce-api-client -->
88+
<dependency>
89+
<groupId>pl.wtx.woocommerce</groupId>
90+
<artifactId>woocommerce-api-client</artifactId>
91+
<version>0.9.5</version>
92+
</dependency>
93+
```
94+
95+
Alternatively, clone and build the library from source:
8396

8497
```sh
8598
git clone https://github.com/wtx-labs/woocommerce-api-client-java.git

0 commit comments

Comments
 (0)