o

openlayers3-parent

See the child project "openlayers3" for a more complete description. This is the parent for the actual project and the examples.
Files download
File Operation
openlayers3-parent-10.1.1.pom download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>openlayers3-parent</artifactId>
  <version>10.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:openlayers3-parent:10.1.1'
Gradle Kotlin
implementation("org.wicketstuff:openlayers3-parent:10.1.1")
Scala SBT
libraryDependencies += "org.wicketstuff" % "openlayers3-parent" % "10.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='openlayers3-parent', version='10.1.1')
)
Apache Ivy
<dependency org="org.wicketstuff" name="openlayers3-parent" rev="10.1.1" />
Leiningen
[org.wicketstuff/openlayers3-parent "10.1.1"]
Apache Buildr
'org.wicketstuff:openlayers3-parent:jar:10.1.1'