GroupId | GroupIdcom.github.ichelon |
---|---|
ArtifactId | ArtifactIdframework-starter-shiro |
Version | Version0.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ichelon/framework-starter-shiro/ -->
<dependency>
<groupId>com.github.ichelon</groupId>
<artifactId>framework-starter-shiro</artifactId>
<version>0.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ichelon/framework-starter-shiro/
implementation 'com.github.ichelon:framework-starter-shiro:0.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.ichelon/framework-starter-shiro/
implementation ("com.github.ichelon:framework-starter-shiro:0.0.2.RELEASE")
'com.github.ichelon:framework-starter-shiro:jar:0.0.2.RELEASE'
<dependency org="com.github.ichelon" name="framework-starter-shiro" rev="0.0.2.RELEASE">
<artifact name="framework-starter-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ichelon', module='framework-starter-shiro', version='0.0.2.RELEASE')
)
libraryDependencies += "com.github.ichelon" % "framework-starter-shiro" % "0.0.2.RELEASE"
[com.github.ichelon/framework-starter-shiro "0.0.2.RELEASE"]