Categories |
CategoriesWicket User Interface Web Frameworks OpenLayers Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdopenlayers3-examples |
Version | Version7.0.0-M3 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/openlayers3-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>openlayers3-examples</artifactId>
<version>7.0.0-M3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/openlayers3-examples/
implementation 'org.wicketstuff:openlayers3-examples:7.0.0-M3'
// https://jarcasting.com/artifacts/org.wicketstuff/openlayers3-examples/
implementation ("org.wicketstuff:openlayers3-examples:7.0.0-M3")
'org.wicketstuff:openlayers3-examples:war:7.0.0-M3'
<dependency org="org.wicketstuff" name="openlayers3-examples" rev="7.0.0-M3">
<artifact name="openlayers3-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='openlayers3-examples', version='7.0.0-M3')
)
libraryDependencies += "org.wicketstuff" % "openlayers3-examples" % "7.0.0-M3"
[org.wicketstuff/openlayers3-examples "7.0.0-M3"]