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