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