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