Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.geomajas.plugin |
ArtifactId | ArtifactIdgeomajas-layer-google-gwt-example |
Version | Version2.0.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-layer-google-gwt-example/ -->
<dependency>
<groupId>org.geomajas.plugin</groupId>
<artifactId>geomajas-layer-google-gwt-example</artifactId>
<version>2.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-layer-google-gwt-example/
implementation 'org.geomajas.plugin:geomajas-layer-google-gwt-example:2.0.0'
// https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-layer-google-gwt-example/
implementation ("org.geomajas.plugin:geomajas-layer-google-gwt-example:2.0.0")
'org.geomajas.plugin:geomajas-layer-google-gwt-example:war:2.0.0'
<dependency org="org.geomajas.plugin" name="geomajas-layer-google-gwt-example" rev="2.0.0">
<artifact name="geomajas-layer-google-gwt-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.geomajas.plugin', module='geomajas-layer-google-gwt-example', version='2.0.0')
)
libraryDependencies += "org.geomajas.plugin" % "geomajas-layer-google-gwt-example" % "2.0.0"
[org.geomajas.plugin/geomajas-layer-google-gwt-example "2.0.0"]