License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-plugin |
Version | Version9.6.0 |
Type | Typejar |
Description |
DescriptionWicket Plugin Framework
A framework for registering plugins with the Wicket application
|
Filename | Size |
---|---|
wicketstuff-plugin-9.6.0.pom | |
wicketstuff-plugin-9.6.0.jar | 5 KB |
wicketstuff-plugin-9.6.0-sources.jar | 3 KB |
wicketstuff-plugin-9.6.0-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-plugin/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-plugin</artifactId>
<version>9.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-plugin/
implementation 'org.wicketstuff:wicketstuff-plugin:9.6.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-plugin/
implementation ("org.wicketstuff:wicketstuff-plugin:9.6.0")
'org.wicketstuff:wicketstuff-plugin:jar:9.6.0'
<dependency org="org.wicketstuff" name="wicketstuff-plugin" rev="9.6.0">
<artifact name="wicketstuff-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-plugin', version='9.6.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-plugin" % "9.6.0"
[org.wicketstuff/wicketstuff-plugin "9.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 9.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.4.0 |