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