Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.gwtmaterialdesign |
ArtifactId | ArtifactIdgwt-material-demo |
Version | Version1.5.2 |
Type | Typewar |
Filename | Size |
---|---|
gwt-material-demo-1.5.2.pom | |
gwt-material-demo-1.5.2.war | 79 MB |
gwt-material-demo-1.5.2-javadoc.jar | 4 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.5.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-demo/
implementation 'com.github.gwtmaterialdesign:gwt-material-demo:1.5.2'
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-demo/
implementation ("com.github.gwtmaterialdesign:gwt-material-demo:1.5.2")
'com.github.gwtmaterialdesign:gwt-material-demo:war:1.5.2'
<dependency org="com.github.gwtmaterialdesign" name="gwt-material-demo" rev="1.5.2">
<artifact name="gwt-material-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtmaterialdesign', module='gwt-material-demo', version='1.5.2')
)
libraryDependencies += "com.github.gwtmaterialdesign" % "gwt-material-demo" % "1.5.2"
[com.github.gwtmaterialdesign/gwt-material-demo "1.5.2"]