MVN

org.wicketstuff : whiteboard-examples

Maven & Gradle

Sep 04, 2014

Wicket Whiteboard - Examples

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>whiteboard-examples</artifactId>
    <version>6.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wicketstuff : whiteboard-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.17.0

All Versions

Choose a version of org.wicketstuff : whiteboard-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.17.x
whiteboard-examples-6.17.0
6.16.x
whiteboard-examples-6.16.0
6.15.x
whiteboard-examples-6.15.0
6.14.x
whiteboard-examples-6.14.0
6.13.x
whiteboard-examples-6.13.0
6.12.x
whiteboard-examples-6.12.0
6.11.x
whiteboard-examples-6.11.1
whiteboard-examples-6.11.0

How to add a dependency to Maven

Add the following org.wicketstuff : whiteboard-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>whiteboard-examples</artifactId>
    <version>6.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wicketstuff : whiteboard-examples gradle dependency to your build.gradle file:

implementation 'org.wicketstuff:whiteboard-examples:6.17.0'

Gradle Kotlin DSL: Add the following org.wicketstuff : whiteboard-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wicketstuff:whiteboard-examples:6.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wicketstuff : whiteboard-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wicketstuff" % "whiteboard-examples" % "6.17.0"

Advertisement