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