@@ -38,8 +38,8 @@ Requirements
38
38
------------
39
39
40
40
* Java JDK 8
41
- * Apache Commons Lang 3
42
- * Apache Commons Math 3
41
+ * Apache Commons Lang 3.x
42
+ * Apache Commons Math 3.x
43
43
* Netty 4.1.x
44
44
* AsyncHttpClient 2.1.x
45
45
* SLF4J 1.7.x
@@ -59,7 +59,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
59
59
<dependency >
60
60
<groupId >com.ibasco.agql</groupId >
61
61
<artifactId >agql-steam-master</artifactId >
62
- <version >0.1.3 </version >
62
+ <version >0.1.4 </version >
63
63
</dependency >
64
64
```
65
65
@@ -69,7 +69,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
69
69
<dependency >
70
70
<groupId >com.ibasco.agql</groupId >
71
71
<artifactId >agql-source-query</artifactId >
72
- <version >0.1.3 </version >
72
+ <version >0.1.4 </version >
73
73
</dependency >
74
74
```
75
75
@@ -79,7 +79,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
79
79
<dependency >
80
80
<groupId >com.ibasco.agql</groupId >
81
81
<artifactId >agql-steam-webapi</artifactId >
82
- <version >0.1.3 </version >
82
+ <version >0.1.4 </version >
83
83
</dependency >
84
84
```
85
85
@@ -89,7 +89,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
89
89
<dependency >
90
90
<groupId >com.ibasco.agql</groupId >
91
91
<artifactId >agql-dota2-webapi</artifactId >
92
- <version >0.1.3 </version >
92
+ <version >0.1.4 </version >
93
93
</dependency >
94
94
```
95
95
@@ -99,7 +99,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
99
99
<dependency >
100
100
<groupId >com.ibasco.agql</groupId >
101
101
<artifactId >agql-csgo-webapi</artifactId >
102
- <version >0.1.3 </version >
102
+ <version >0.1.4 </version >
103
103
</dependency >
104
104
```
105
105
@@ -109,7 +109,7 @@ Just add the following dependencies to your maven pom.xml. Only include the modu
109
109
<dependency >
110
110
<groupId >com.ibasco.agql</groupId >
111
111
<artifactId >agql-coc-webapi</artifactId >
112
- <version >0.1.3 </version >
112
+ <version >0.1.4 </version >
113
113
</dependency >
114
114
```
115
115
@@ -161,7 +161,7 @@ Running example for coc-webapi
161
161
[INFO] Scanning for projects...
162
162
[INFO]
163
163
[INFO] ------------------------------------------------------------------------
164
- [INFO] Building AGQL - Examples 0.1.0
164
+ [INFO] Building AGQL - Examples 0.1.4
165
165
[INFO] ------------------------------------------------------------------------
166
166
[INFO]
167
167
[INFO] --- exec-maven-plugin:1.5.0:java (default-cli) @ agql-lib-examples ---
0 commit comments