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