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