Categories |
CategoriesWicket User Interface Web Frameworks Realm Data Databases |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-shiro-example-realm |
Version | Version6.17.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-shiro-example-realm/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-shiro-example-realm</artifactId>
<version>6.17.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-shiro-example-realm/
implementation 'org.wicketstuff:wicket-shiro-example-realm:6.17.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-shiro-example-realm/
implementation ("org.wicketstuff:wicket-shiro-example-realm:6.17.0")
'org.wicketstuff:wicket-shiro-example-realm:war:6.17.0'
<dependency org="org.wicketstuff" name="wicket-shiro-example-realm" rev="6.17.0">
<artifact name="wicket-shiro-example-realm" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-shiro-example-realm', version='6.17.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-shiro-example-realm" % "6.17.0"
[org.wicketstuff/wicket-shiro-example-realm "6.17.0"]