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