Skip to content

Commit 75cfc6d

Browse files
committed
Adds installation guide
1 parent 6b114fa commit 75cfc6d

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,17 @@
22

33
## How to install
44

5-
### How to install using GitHub Packages
6-
7-
Read https://docs.github.com/en/packages/learn-github-packages/installing-a-package
5+
### How to install using Maven Central Repository
86

97
Add following in your project **pom.xml** file:
108

11-
* in `<repositories>` section add SMSAPI repository:
12-
13-
```xml
14-
<repository>
15-
<id>github-smsapi</id>
16-
<name>SMSAPI Java Client GitHub Packages</name>
17-
<url>https://maven.pkg.github.com/smsapi/smsapi-java-client</url>
18-
</repository>
19-
```
20-
219
* in `<dependencies>` section add SMSAPI dependency:
2210

2311
```xml
2412
<dependency>
2513
<groupId>pl.smsapi</groupId>
2614
<artifactId>smsapi-lib</artifactId>
27-
<version>3.0.0-RC1</version>
15+
<version>3.0.0-RC15</version>
2816
</dependency>
2917
```
3018

0 commit comments

Comments
 (0)