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