GroupId | GroupIdorg.debux.webmotion |
---|---|
ArtifactId | ArtifactIdwebmotion-extra-shiro |
Version | Version2.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.debux.webmotion/webmotion-extra-shiro/ -->
<dependency>
<groupId>org.debux.webmotion</groupId>
<artifactId>webmotion-extra-shiro</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.debux.webmotion/webmotion-extra-shiro/
implementation 'org.debux.webmotion:webmotion-extra-shiro:2.3.2'
// https://jarcasting.com/artifacts/org.debux.webmotion/webmotion-extra-shiro/
implementation ("org.debux.webmotion:webmotion-extra-shiro:2.3.2")
'org.debux.webmotion:webmotion-extra-shiro:jar:2.3.2'
<dependency org="org.debux.webmotion" name="webmotion-extra-shiro" rev="2.3.2">
<artifact name="webmotion-extra-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.debux.webmotion', module='webmotion-extra-shiro', version='2.3.2')
)
libraryDependencies += "org.debux.webmotion" % "webmotion-extra-shiro" % "2.3.2"
[org.debux.webmotion/webmotion-extra-shiro "2.3.2"]