Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks OpenLayers Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.gwtopenmaps.openlayers |
ArtifactId | ArtifactIdgwt-openlayers-server |
Version | Version0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.gwtopenmaps.openlayers/gwt-openlayers-server/ -->
<dependency>
<groupId>org.gwtopenmaps.openlayers</groupId>
<artifactId>gwt-openlayers-server</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.gwtopenmaps.openlayers/gwt-openlayers-server/
implementation 'org.gwtopenmaps.openlayers:gwt-openlayers-server:0.5'
// https://jarcasting.com/artifacts/org.gwtopenmaps.openlayers/gwt-openlayers-server/
implementation ("org.gwtopenmaps.openlayers:gwt-openlayers-server:0.5")
'org.gwtopenmaps.openlayers:gwt-openlayers-server:jar:0.5'
<dependency org="org.gwtopenmaps.openlayers" name="gwt-openlayers-server" rev="0.5">
<artifact name="gwt-openlayers-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gwtopenmaps.openlayers', module='gwt-openlayers-server', version='0.5')
)
libraryDependencies += "org.gwtopenmaps.openlayers" % "gwt-openlayers-server" % "0.5"
[org.gwtopenmaps.openlayers/gwt-openlayers-server "0.5"]