GroupId | GroupIdcom.github.subchen |
---|---|
ArtifactId | ArtifactIdjetbrick-template-shiro |
Version | Version2.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-shiro/ -->
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-shiro</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-shiro/
implementation 'com.github.subchen:jetbrick-template-shiro:2.1.3'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-shiro/
implementation ("com.github.subchen:jetbrick-template-shiro:2.1.3")
'com.github.subchen:jetbrick-template-shiro:jar:2.1.3'
<dependency org="com.github.subchen" name="jetbrick-template-shiro" rev="2.1.3">
<artifact name="jetbrick-template-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-template-shiro', version='2.1.3')
)
libraryDependencies += "com.github.subchen" % "jetbrick-template-shiro" % "2.1.3"
[com.github.subchen/jetbrick-template-shiro "2.1.3"]