We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c35ee3 commit 7f012aaCopy full SHA for 7f012aa
README.md
@@ -2,6 +2,17 @@
2
# gwt-material-starter [](https://travis-ci.org/GwtMaterialDesign/gwt-material-template)
3
Template projects of gwt-material
4
5
+##Maven Import
6
+``` xml
7
+
8
+<dependency>
9
+ <groupId>com.github.gwtmaterialdesign</groupId>
10
+ <artifactId>gwt-material-starter</artifactId>
11
+ <version>1.0</version>
12
+</dependency>
13
14
+```
15
16
##Demo Snapshot
17
<a href="http://gwtmaterialdesign.github.io/gwt-material-template/snapshot/">http://gwtmaterialdesign.github.io/gwt-material-starter/snapshot/</a>
18
0 commit comments