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