We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b114fa commit 75cfc6dCopy full SHA for 75cfc6d
README.md
@@ -2,29 +2,17 @@
2
3
## How to install
4
5
-### How to install using GitHub Packages
6
-
7
-Read https://docs.github.com/en/packages/learn-github-packages/installing-a-package
+### How to install using Maven Central Repository
8
9
Add following in your project **pom.xml** file:
10
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
21
* in `<dependencies>` section add SMSAPI dependency:
22
23
```xml
24
<dependency>
25
<groupId>pl.smsapi</groupId>
26
<artifactId>smsapi-lib</artifactId>
27
- <version>3.0.0-RC1</version>
+ <version>3.0.0-RC15</version>
28
</dependency>
29
```
30
0 commit comments