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