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