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