| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаcom.github.gwtmaterialdesign |
| Идентификатор | Идентификаторgwt-material-themes |
| Версия | Версия2.0-rc5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| gwt-material-themes-2.0-rc5.pom | |
| gwt-material-themes-2.0-rc5.jar | 378 KB |
| gwt-material-themes-2.0-rc5-sources.jar | 368 KB |
| gwt-material-themes-2.0-rc5-javadoc.jar | 160 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-themes/ -->
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-themes</artifactId>
<version>2.0-rc5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-themes/
implementation 'com.github.gwtmaterialdesign:gwt-material-themes:2.0-rc5'
// https://jarcasting.com/artifacts/com.github.gwtmaterialdesign/gwt-material-themes/
implementation ("com.github.gwtmaterialdesign:gwt-material-themes:2.0-rc5")
'com.github.gwtmaterialdesign:gwt-material-themes:jar:2.0-rc5'
<dependency org="com.github.gwtmaterialdesign" name="gwt-material-themes" rev="2.0-rc5">
<artifact name="gwt-material-themes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtmaterialdesign', module='gwt-material-themes', version='2.0-rc5')
)
libraryDependencies += "com.github.gwtmaterialdesign" % "gwt-material-themes" % "2.0-rc5"
[com.github.gwtmaterialdesign/gwt-material-themes "2.0-rc5"]