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