Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks CLI Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.geomajas |
ArtifactId | ArtifactIdgeomajas-gwt-client |
Version | Version1.15.0-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.geomajas/geomajas-gwt-client/ -->
<dependency>
<groupId>org.geomajas</groupId>
<artifactId>geomajas-gwt-client</artifactId>
<version>1.15.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.geomajas/geomajas-gwt-client/
implementation 'org.geomajas:geomajas-gwt-client:1.15.0-M3'
// https://jarcasting.com/artifacts/org.geomajas/geomajas-gwt-client/
implementation ("org.geomajas:geomajas-gwt-client:1.15.0-M3")
'org.geomajas:geomajas-gwt-client:jar:1.15.0-M3'
<dependency org="org.geomajas" name="geomajas-gwt-client" rev="1.15.0-M3">
<artifact name="geomajas-gwt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geomajas', module='geomajas-gwt-client', version='1.15.0-M3')
)
libraryDependencies += "org.geomajas" % "geomajas-gwt-client" % "1.15.0-M3"
[org.geomajas/geomajas-gwt-client "1.15.0-M3"]