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