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