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 1026a86 commit 97298aeCopy full SHA for 97298ae
README.md
@@ -29,14 +29,14 @@ Download [the latest JAR][1] or grab via Maven:
29
<dependency>
30
<groupId>com.imsweb</groupId>
31
<artifactId>seerapi-client-java</artifactId>
32
- <version>3.16</version>
+ <version>3.17</version>
33
</dependency>
34
```
35
36
or via Gradle:
37
38
39
-compile 'com.imsweb:seerapi-client-java:3.16'
+compile 'com.imsweb:seerapi-client-java:3.17'
40
41
42
## Usage
build.gradle
@@ -12,7 +12,7 @@ plugins {
12
}
13
14
group = 'com.imsweb'
15
-version = '3.17-SNAPSHOT'
+version = '3.17'
16
description = 'Java client library for SEER*API'
17
18
println "Starting build using ${Jvm.current()}"
0 commit comments