| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.github.ilyes4j |
| Идентификатор | Идентификаторmaterial-design-lite-gwt |
| Версия | Версия0.1.0 |
| Тип | Типpom |
| Описание |
ОписаниеMaterial Design Lite for Gwt
A Java wrapper enabling MDL look and feel in GWT
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| material-design-lite-gwt-0.1.0.pom | 8 KB |
| Обзор |
<!-- 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"]