License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdro.fortsoft.wicket.plugin |
ArtifactId | ArtifactIdwicket-plugin |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket Plugin
Simple plugin system for Apache Wicket
|
Filename | Size |
---|---|
wicket-plugin-0.5.0.pom | |
wicket-plugin-0.5.0.jar | 14 KB |
wicket-plugin-0.5.0-sources.jar | 10 KB |
wicket-plugin-0.5.0-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.fortsoft.wicket.plugin/wicket-plugin/ -->
<dependency>
<groupId>ro.fortsoft.wicket.plugin</groupId>
<artifactId>wicket-plugin</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/ro.fortsoft.wicket.plugin/wicket-plugin/
implementation 'ro.fortsoft.wicket.plugin:wicket-plugin:0.5.0'
// https://jarcasting.com/artifacts/ro.fortsoft.wicket.plugin/wicket-plugin/
implementation ("ro.fortsoft.wicket.plugin:wicket-plugin:0.5.0")
'ro.fortsoft.wicket.plugin:wicket-plugin:jar:0.5.0'
<dependency org="ro.fortsoft.wicket.plugin" name="wicket-plugin" rev="0.5.0">
<artifact name="wicket-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.fortsoft.wicket.plugin', module='wicket-plugin', version='0.5.0')
)
libraryDependencies += "ro.fortsoft.wicket.plugin" % "wicket-plugin" % "0.5.0"
[ro.fortsoft.wicket.plugin/wicket-plugin "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
ro.fortsoft.pf4j : pf4j | jar | 0.12.0 |
org.apache.wicket : wicket-core | jar | 7.2.0 |
org.apache.wicket : wicket-extensions | jar | 7.2.0 |
org.apache.wicket : wicket-ioc | jar | 7.2.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |