Material Design Lite for Gwt Lib

An MDL look and feel GWT library

Лицензия

Лицензия

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.github.ilyes4j
Идентификатор

Идентификатор

material-design-lite-gwt-lib
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Material Design Lite for Gwt Lib
An MDL look and feel GWT library
Ссылка на сайт

Ссылка на сайт

http://ilyes4j.github.io/material-design-lite-gwt
Организация-разработчик

Организация-разработчик

com.github.ilyes4j

Скачать material-design-lite-gwt-lib

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.ilyes4j/material-design-lite-gwt-lib/ -->
<dependency>
    <groupId>com.github.ilyes4j</groupId>
    <artifactId>material-design-lite-gwt-lib</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ilyes4j/material-design-lite-gwt-lib/
implementation 'com.github.ilyes4j:material-design-lite-gwt-lib:0.1.0'
// https://jarcasting.com/artifacts/com.github.ilyes4j/material-design-lite-gwt-lib/
implementation ("com.github.ilyes4j:material-design-lite-gwt-lib:0.1.0")
'com.github.ilyes4j:material-design-lite-gwt-lib:jar:0.1.0'
<dependency org="com.github.ilyes4j" name="material-design-lite-gwt-lib" rev="0.1.0">
  <artifact name="material-design-lite-gwt-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ilyes4j', module='material-design-lite-gwt-lib', version='0.1.0')
)
libraryDependencies += "com.github.ilyes4j" % "material-design-lite-gwt-lib" % "0.1.0"
[com.github.ilyes4j/material-design-lite-gwt-lib "0.1.0"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-user jar 2.7.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

material-design-lite-gwt

Build Status Maven Central License Issues

mdl-gwt is a Java wrapper enabling material design lite look and feel in GWT projects.

Showcases

1. Last build

You can take a peek at the upcoming release being cooked over here.

2. Releases

Getting started

1. Setup a GWT project

It is assumed that you already setup a GWT project. If not, this tutorial might be of help.

2. Setup the host page

Include material design lite in your host page.

<head>
  <link rel="stylesheet" href="https://code.getmdl.io/1.1.1/material.blue_grey-red.min.css">

  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

  <script src="https://storage.googleapis.com/code.getmdl.io/1.1.1/material.min.js"></script>
</head>

3. Include the dependency in your pom.xml

Include the mdl-gwt library as a dependency in your Maven project.

<dependency>
  <groupId>com.github.ilyes4j</groupId>
  <artifactId>material-design-lite-gwt-lib</artifactId>
  <version>0.1.0</version>
  <scope>provided</scope>
</dependency>

4. Import the library in your GWT module

Finally, make sure to inherit the library GWT module in the GWT module of the project.

<module>
  <inherits name="com.github.ilyes4j.gwt.mdl.Mdl" />
</module>

License

Mohamed ilyes Dimassi, 2016. Licensed under the Apache-2 license.

Версии библиотеки

Версия
0.1.0