g

gwt-material

A Material Design look and feel for GWT Apps plus Phonegap
Files download
File Operation
gwt-material-1.5.2.jar download
gwt-material-1.5.2.pom download
gwt-material-1.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gwtmaterialdesign</groupId>
  <artifactId>gwt-material</artifactId>
  <version>1.5.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.gwtmaterialdesign:gwt-material:1.5.2'
Gradle Kotlin
implementation("com.github.gwtmaterialdesign:gwt-material:1.5.2")
Scala SBT
libraryDependencies += "com.github.gwtmaterialdesign" % "gwt-material" % "1.5.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gwtmaterialdesign', module='gwt-material', version='1.5.2')
)
Apache Ivy
<dependency org="com.github.gwtmaterialdesign" name="gwt-material" rev="1.5.2" />
Leiningen
[com.github.gwtmaterialdesign/gwt-material "1.5.2"]
Apache Buildr
'com.github.gwtmaterialdesign:gwt-material:jar:1.5.2'