Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdfixed-feedback-panel |
Version | Version1.4.17 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/fixed-feedback-panel/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>fixed-feedback-panel</artifactId>
<version>1.4.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/fixed-feedback-panel/
implementation 'org.wicketstuff:fixed-feedback-panel:1.4.17'
// https://jarcasting.com/artifacts/org.wicketstuff/fixed-feedback-panel/
implementation ("org.wicketstuff:fixed-feedback-panel:1.4.17")
'org.wicketstuff:fixed-feedback-panel:jar:1.4.17'
<dependency org="org.wicketstuff" name="fixed-feedback-panel" rev="1.4.17">
<artifact name="fixed-feedback-panel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='fixed-feedback-panel', version='1.4.17')
)
libraryDependencies += "org.wicketstuff" % "fixed-feedback-panel" % "1.4.17"
[org.wicketstuff/fixed-feedback-panel "1.4.17"]