Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.gwtmaterialdesign |
ArtifactId | ArtifactIdgwt-material-themes |
Version | Version2.0-rc3 |
Type | Typejar |
Filename | Size |
---|---|
gwt-material-themes-2.0-rc3.pom | |
gwt-material-themes-2.0-rc3.jar | 377 KB |
gwt-material-themes-2.0-rc3-sources.jar | 367 KB |
gwt-material-themes-2.0-rc3-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-themes/ -->
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-themes</artifactId>
<version>2.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-themes/
implementation 'com.github.gwtmaterialdesign:gwt-material-themes:2.0-rc3'
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-themes/
implementation ("com.github.gwtmaterialdesign:gwt-material-themes:2.0-rc3")
'com.github.gwtmaterialdesign:gwt-material-themes:jar:2.0-rc3'
<dependency org="com.github.gwtmaterialdesign" name="gwt-material-themes" rev="2.0-rc3">
<artifact name="gwt-material-themes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtmaterialdesign', module='gwt-material-themes', version='2.0-rc3')
)
libraryDependencies += "com.github.gwtmaterialdesign" % "gwt-material-themes" % "2.0-rc3"
[com.github.gwtmaterialdesign/gwt-material-themes "2.0-rc3"]