Categories |
CategoriesWicket User Interface Web Frameworks OpenLayers Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdopenlayers-proxy |
Version | Version1.5-RC1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/openlayers-proxy/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>openlayers-proxy</artifactId>
<version>1.5-RC1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/openlayers-proxy/
implementation 'org.wicketstuff:openlayers-proxy:1.5-RC1.1'
// https://jarcasting.com/artifacts/org.wicketstuff/openlayers-proxy/
implementation ("org.wicketstuff:openlayers-proxy:1.5-RC1.1")
'org.wicketstuff:openlayers-proxy:jar:1.5-RC1.1'
<dependency org="org.wicketstuff" name="openlayers-proxy" rev="1.5-RC1.1">
<artifact name="openlayers-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='openlayers-proxy', version='1.5-RC1.1')
)
libraryDependencies += "org.wicketstuff" % "openlayers-proxy" % "1.5-RC1.1"
[org.wicketstuff/openlayers-proxy "1.5-RC1.1"]