is not current version
Last Version 6.5.0

org.wicketstuff:wicketstuff-console-engine 6.0.0

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

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicketstuff-console-engine
Version

Version

6.0.0
Type

Type

jar

Download wicketstuff-console-engine 6.0.0


<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-console-engine/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-console-engine</artifactId>
    <version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-console-engine/
implementation 'org.wicketstuff:wicketstuff-console-engine:6.0.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-console-engine/
implementation ("org.wicketstuff:wicketstuff-console-engine:6.0.0")
'org.wicketstuff:wicketstuff-console-engine:jar:6.0.0'
<dependency org="org.wicketstuff" name="wicketstuff-console-engine" rev="6.0.0">
  <artifact name="wicketstuff-console-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-console-engine', version='6.0.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-console-engine" % "6.0.0"
[org.wicketstuff/wicketstuff-console-engine "6.0.0"]