-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# order-library | ||
[![Build Flow](https://github.com/HRV-Mart/order-library/actions/workflows/build.yml/badge.svg)](https://github.com/HRV-Mart/order-library/actions/workflows/build.yml) | ||
![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/HRV-Mart/order-library) | ||
|
||
`order-library` package created for HRV-Mart to help Spring boot application to get data from order backend. | ||
## How to use | ||
1) Define dependency in `build.gradle` or `build.gradle.kts` or `pom.xml` | ||
Use [this link](https://github.com/orgs/HRV-Mart/packages?repo_name=order-library) to pick appropriate version. | ||
2) Authenticate with GitHub Package. [link](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#authenticating-with-a-personal-access-token) | ||
3) Build your project |