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