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