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