Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-portlet-parent |
Version | Version8.0.0 |
Type | Typepom |
Filename | Size |
---|---|
wicketstuff-portlet-parent-8.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-portlet-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-portlet-parent</artifactId>
<version>8.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-portlet-parent/
implementation 'org.wicketstuff:wicketstuff-portlet-parent:8.0.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-portlet-parent/
implementation ("org.wicketstuff:wicketstuff-portlet-parent:8.0.0")
'org.wicketstuff:wicketstuff-portlet-parent:pom:8.0.0'
<dependency org="org.wicketstuff" name="wicketstuff-portlet-parent" rev="8.0.0">
<artifact name="wicketstuff-portlet-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-portlet-parent', version='8.0.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-portlet-parent" % "8.0.0"
[org.wicketstuff/wicketstuff-portlet-parent "8.0.0"]