Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdconsole-engine |
Version | Version1.4.16.1 |
Type | Typejar |
Filename | Size |
---|---|
console-engine-1.4.16.1.pom | |
console-engine-1.4.16.1.jar | 6 KB |
console-engine-1.4.16.1-sources.jar | 6 KB |
console-engine-1.4.16.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/console-engine/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>console-engine</artifactId>
<version>1.4.16.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/console-engine/
implementation 'org.wicketstuff:console-engine:1.4.16.1'
// https://jarcasting.com/artifacts/org.wicketstuff/console-engine/
implementation ("org.wicketstuff:console-engine:1.4.16.1")
'org.wicketstuff:console-engine:jar:1.4.16.1'
<dependency org="org.wicketstuff" name="console-engine" rev="1.4.16.1">
<artifact name="console-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='console-engine', version='1.4.16.1')
)
libraryDependencies += "org.wicketstuff" % "console-engine" % "1.4.16.1"
[org.wicketstuff/console-engine "1.4.16.1"]