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