| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.github.gwtmaterialdesign |
| ArtifactId | ArtifactIdgwt-material-demo |
| Version | Version1.6.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| gwt-material-demo-1.6.0.pom | |
| gwt-material-demo-1.6.0.war | 80 MB |
| gwt-material-demo-1.6.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-demo/ -->
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-demo</artifactId>
<version>1.6.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-demo/
implementation 'com.github.gwtmaterialdesign:gwt-material-demo:1.6.0'
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-demo/
implementation ("com.github.gwtmaterialdesign:gwt-material-demo:1.6.0")
'com.github.gwtmaterialdesign:gwt-material-demo:war:1.6.0'
<dependency org="com.github.gwtmaterialdesign" name="gwt-material-demo" rev="1.6.0">
<artifact name="gwt-material-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtmaterialdesign', module='gwt-material-demo', version='1.6.0')
)
libraryDependencies += "com.github.gwtmaterialdesign" % "gwt-material-demo" % "1.6.0"
[com.github.gwtmaterialdesign/gwt-material-demo "1.6.0"]