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