MVN

org.wicketstuff : wicketstuff-console-engine

Maven & Gradle

Feb 14, 2015

Wicket Console - Engine · This is the 'backend' of Wicket Console which actually executes scripts.

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-console-engine</artifactId>
    <version>1.5.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.13
  • Latest Release Candidate: 1.5-RC7
  • Latest Beta: 6.0.0-beta3

All Versions

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

Version Vulnerabilities Updated
6.5.x
wicketstuff-console-engine-6.5.0
6.4.x
wicketstuff-console-engine-6.4.0
6.3.x
wicketstuff-console-engine-6.3.0
6.2.x
wicketstuff-console-engine-6.2.1
wicketstuff-console-engine-6.2.0
6.0.x
wicketstuff-console-engine-6.0.0
wicketstuff-console-engine-6.0.0-beta3
1.5.x
wicketstuff-console-engine-1.5.13
wicketstuff-console-engine-1.5.10
wicketstuff-console-engine-1.5.9.1
wicketstuff-console-engine-1.5.9
wicketstuff-console-engine-1.5.8.1
wicketstuff-console-engine-1.5.8
wicketstuff-console-engine-1.5.7
wicketstuff-console-engine-1.5.5
wicketstuff-console-engine-1.5.4
wicketstuff-console-engine-1.5.3.1
wicketstuff-console-engine-1.5.3
wicketstuff-console-engine-1.5.2
wicketstuff-console-engine-1.5.1
wicketstuff-console-engine-1.5.0
1.5
wicketstuff-console-engine-1.5-RC7
wicketstuff-console-engine-1.5-RC5.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-console-engine</artifactId>
    <version>1.5.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.wicketstuff:wicketstuff-console-engine:1.5.13'

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

implementation("org.wicketstuff:wicketstuff-console-engine:1.5.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.wicketstuff" % "wicketstuff-console-engine" % "1.5.13"

Advertisement