Skip to content

Commit

Permalink
Added more info [not yet deployed to central repo]
Browse files Browse the repository at this point in the history
  • Loading branch information
pitzzahh committed Oct 16, 2022
1 parent fb070af commit 604ffc0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,29 @@


## How to use

### Add Maven Dependency

![maven-central](https://img.shields.io/maven-central/v/io.github.pitzzahh/CScreen?color=blue)

If you use Maven, add the following configuration to your project's `pom.xml` <br>

Be sure to replace the **VERSION** key below with the one of the versions shown above

```maven
<dependencies>
<!-- other dependencies are there -->
<dependency>
<groupId>io.github.pitzzahh</groupId>
<artifactId>CScreen</artifactId>
<version>VERSION</version>
</dependency>
<!-- other dependencies are there -->
</dependencies>
```

<a name="how to use"></a>
step1: download jar file on this link.

Expand Down

0 comments on commit 604ffc0

Please sign in to comment.