| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
| GroupId | GroupIdcom.github.ilyes4j |
| ArtifactId | ArtifactIdmaterial-design-lite-gwt |
| Version | Version0.1.0 |
| Type | Typepom |
| Description |
DescriptionMaterial Design Lite for Gwt
A Java wrapper enabling MDL look and feel in GWT
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| material-design-lite-gwt-0.1.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ilyes4j/material-design-lite-gwt/ -->
<dependency>
<groupId>com.github.ilyes4j</groupId>
<artifactId>material-design-lite-gwt</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ilyes4j/material-design-lite-gwt/
implementation 'com.github.ilyes4j:material-design-lite-gwt:0.1.0'
// https://jarcasting.com/artifacts/com.github.ilyes4j/material-design-lite-gwt/
implementation ("com.github.ilyes4j:material-design-lite-gwt:0.1.0")
'com.github.ilyes4j:material-design-lite-gwt:pom:0.1.0'
<dependency org="com.github.ilyes4j" name="material-design-lite-gwt" rev="0.1.0">
<artifact name="material-design-lite-gwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ilyes4j', module='material-design-lite-gwt', version='0.1.0')
)
libraryDependencies += "com.github.ilyes4j" % "material-design-lite-gwt" % "0.1.0"
[com.github.ilyes4j/material-design-lite-gwt "0.1.0"]