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