We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c4008 commit e24821aCopy full SHA for e24821a
1 file changed
README.md
@@ -27,7 +27,7 @@ With Maven plugin:
27
28
```bash
29
mvn org.apache.maven.plugins:maven-dependency-plugin:2.1:get
30
--Dartifact=net.chainside.webpossdk:webpos-sdk-java:1.4.1
+-Dartifact=net.chainside.webpossdk:webpos-sdk-java:1.4.2
31
-DrepoUrl=http://central.maven.org/maven2/
32
```
33
@@ -37,13 +37,13 @@ In pom.xml:
37
<dependency>
38
<groupId>net.chainside.webpossdk</groupId>
39
<artifactId>webpos-sdk-java</artifactId>
40
- <version>1.4.1</version>
+ <version>1.4.2</version>
41
</dependency>
42
43
44
In gradle.build:
45
46
-compile 'net.chainside.webpossdk:webpos-sdk-java:1.4.1'
+compile 'net.chainside.webpossdk:webpos-sdk-java:1.4.2'
47
48
49
#### TLS version
0 commit comments