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