File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 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
97Add 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
You can’t perform that action at this time.
0 commit comments