License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-console-engine |
Last Version | Last Version6.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket Console - Engine
This is the 'backend' of Wicket Console which actually executes scripts.
|
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-console-engine/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-console-engine</artifactId>
<version>6.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-console-engine/
implementation 'org.wicketstuff:wicketstuff-console-engine:6.5.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-console-engine/
implementation ("org.wicketstuff:wicketstuff-console-engine:6.5.0")
'org.wicketstuff:wicketstuff-console-engine:jar:6.5.0'
<dependency org="org.wicketstuff" name="wicketstuff-console-engine" rev="6.5.0">
<artifact name="wicketstuff-console-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-console-engine', version='6.5.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-console-engine" % "6.5.0"
[org.wicketstuff/wicketstuff-console-engine "6.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojure | jar | 1.3.0 |
org.codehaus.groovy : groovy | jar | 1.8.2 |
org.scala-lang : scala-compiler | jar | 2.9.2 |
org.scala-lang : scala-library | jar | 2.9.2 |
org.python : jython-standalone | jar | 2.5.2 |
org.apache.wicket : wicket | pom | 6.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |