File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Initial release include UICC TNM Classification of Malignant Tumor 7th edition a
2828
2929Versions supported:
3030
31- - 1.0 (released January 2016)
31+ - 1.0 (released February 2016)
3232
3333## Download
3434
@@ -40,14 +40,14 @@ Download [the latest JAR][1] or grab via Maven:
4040<dependency >
4141 <groupId >com.imsweb</groupId >
4242 <artifactId >staging-client-java</artifactId >
43- <version >1.6.2 </version >
43+ <version >2.0 </version >
4444</dependency >
4545```
4646
4747or via Gradle:
4848
4949``` groovy
50- compile 'com.imsweb.com:staging-client-java:1.6.2 '
50+ compile 'com.imsweb.com:staging-client-java:2.0 '
5151```
5252
5353## Usage
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group = ' com.imsweb'
11- version = ' 2.0-SNAPSHOT '
11+ version = ' 2.0'
1212description = ' Java client library for staging calculations'
1313
1414println " Starting build using ${ Jvm.current()} "
You can’t perform that action at this time.
0 commit comments