GroupId | GroupIdcom.github.swiftech |
---|---|
ArtifactId | ArtifactIdswiftboot-shiro |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
swiftboot-shiro-2.1.1.pom | |
swiftboot-shiro-2.1.1.jar | 27 KB |
swiftboot-shiro-2.1.1-sources.jar | 19 KB |
swiftboot-shiro-2.1.1-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-shiro/ -->
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swiftboot-shiro</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-shiro/
implementation 'com.github.swiftech:swiftboot-shiro:2.1.1'
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-shiro/
implementation ("com.github.swiftech:swiftboot-shiro:2.1.1")
'com.github.swiftech:swiftboot-shiro:jar:2.1.1'
<dependency org="com.github.swiftech" name="swiftboot-shiro" rev="2.1.1">
<artifact name="swiftboot-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swiftboot-shiro', version='2.1.1')
)
libraryDependencies += "com.github.swiftech" % "swiftboot-shiro" % "2.1.1"
[com.github.swiftech/swiftboot-shiro "2.1.1"]