| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdwicket-facebook |
| Version | Version1.5.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wicket-facebook-1.5.9.pom | |
| wicket-facebook-1.5.9.jar | 35 KB |
| wicket-facebook-1.5.9-sources.jar | 21 KB |
| wicket-facebook-1.5.9-javadoc.jar | 240 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-facebook/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-facebook</artifactId>
<version>1.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-facebook/
implementation 'org.wicketstuff:wicket-facebook:1.5.9'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-facebook/
implementation ("org.wicketstuff:wicket-facebook:1.5.9")
'org.wicketstuff:wicket-facebook:jar:1.5.9'
<dependency org="org.wicketstuff" name="wicket-facebook" rev="1.5.9">
<artifact name="wicket-facebook" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-facebook', version='1.5.9')
)
libraryDependencies += "org.wicketstuff" % "wicket-facebook" % "1.5.9"
[org.wicketstuff/wicket-facebook "1.5.9"]