| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки CLI Geo Прикладные библиотеки Geospatial |
|---|---|
| Группа | Группаorg.geomajas.plugin |
| Идентификатор | Идентификаторgeomajas-client-gwt2-plugin-corewidget |
| Версия | Версия2.0.0-M1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-client-gwt2-plugin-corewidget/ -->
<dependency>
<groupId>org.geomajas.plugin</groupId>
<artifactId>geomajas-client-gwt2-plugin-corewidget</artifactId>
<version>2.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-client-gwt2-plugin-corewidget/
implementation 'org.geomajas.plugin:geomajas-client-gwt2-plugin-corewidget:2.0.0-M1'
// https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-client-gwt2-plugin-corewidget/
implementation ("org.geomajas.plugin:geomajas-client-gwt2-plugin-corewidget:2.0.0-M1")
'org.geomajas.plugin:geomajas-client-gwt2-plugin-corewidget:jar:2.0.0-M1'
<dependency org="org.geomajas.plugin" name="geomajas-client-gwt2-plugin-corewidget" rev="2.0.0-M1">
<artifact name="geomajas-client-gwt2-plugin-corewidget" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geomajas.plugin', module='geomajas-client-gwt2-plugin-corewidget', version='2.0.0-M1')
)
libraryDependencies += "org.geomajas.plugin" % "geomajas-client-gwt2-plugin-corewidget" % "2.0.0-M1"
[org.geomajas.plugin/geomajas-client-gwt2-plugin-corewidget "2.0.0-M1"]