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