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 c3793ce commit 551cdf4Copy full SHA for 551cdf4
README.md
@@ -47,13 +47,13 @@ Maven
47
<dependency>
48
<groupId>com.cryptomkt.api</groupId>
49
<artifactId>cryptomarket</artifactId>
50
- <version>1.0.7</version>
+ <version>1.0.8</version>
51
</dependency>
52
```
53
54
Gradle
55
56
-compile group: 'com.cryptomkt.api', name: 'cryptomarket', version: '1.0.7'
+compile group: 'com.cryptomkt.api', name: 'cryptomarket', version: '1.0.8'
57
58
59
## Quick Start
pom.xml
@@ -5,7 +5,7 @@
5
6
7
<packaging>jar</packaging>
8
9
<licenses>
10
<license>
11
<name>Apache License, Version 2.0</name>
0 commit comments