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