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