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