Categories |
CategoriesWicket User Interface Web Frameworks Security |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-security-wicomsec |
Version | Version1.5-RC4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-security-wicomsec/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-security-wicomsec</artifactId>
<version>1.5-RC4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-security-wicomsec/
implementation 'org.wicketstuff:wicket-security-wicomsec:1.5-RC4.2'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-security-wicomsec/
implementation ("org.wicketstuff:wicket-security-wicomsec:1.5-RC4.2")
'org.wicketstuff:wicket-security-wicomsec:jar:1.5-RC4.2'
<dependency org="org.wicketstuff" name="wicket-security-wicomsec" rev="1.5-RC4.2">
<artifact name="wicket-security-wicomsec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-security-wicomsec', version='1.5-RC4.2')
)
libraryDependencies += "org.wicketstuff" % "wicket-security-wicomsec" % "1.5-RC4.2"
[org.wicketstuff/wicket-security-wicomsec "1.5-RC4.2"]