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