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