Skip to content

Commit dc2bb0d

Browse files
committed
Update README.md
1 parent b0cd5bb commit dc2bb0d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,25 @@
22
#gwt-material-demo [![Build Status](https://travis-ci.org/GwtMaterialDesign/gwt-material-demo.svg?branch=master)](https://travis-ci.org/GwtMaterialDesign/gwt-material-demo)
33
Demo application to show the features of the [gwt-material](https://github.com/GwtMaterialDesign/gwt-material) library.
44

5-
### Release 1.4 Demo
5+
### Release 1.5.0 Demo
66
[http://gwtmaterialdesign.github.io/gwt-material-demo](http://gwtmaterialdesign.github.io/gwt-material-demo)
7+
```xml
8+
<dependency>
9+
<groupId>com.github.gwtmaterialdesign</groupId>
10+
<artifactId>gwt-material-demo</artifactId>
11+
<version>1.5.0</version>
12+
</dependency>
13+
```
714

8-
### Snapshot Demo
15+
### 2.0 Snapshot Demo
916
[http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot)
17+
```xml
18+
<dependency>
19+
<groupId>com.github.gwtmaterialdesign</groupId>
20+
<artifactId>gwt-material-demo</artifactId>
21+
<version>2.0-SNAPSHOT</version>
22+
</dependency>
23+
```
1024

1125
### Javadocs
1226
[http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs/](http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs/)

0 commit comments

Comments
 (0)