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