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