Categories |
Categoriescentraldogma Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.linecorp.centraldogma |
ArtifactId | ArtifactIdcentraldogma-server-auth-shiro |
Version | Version0.53.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-server-auth-shiro/ -->
<dependency>
<groupId>com.linecorp.centraldogma</groupId>
<artifactId>centraldogma-server-auth-shiro</artifactId>
<version>0.53.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-server-auth-shiro/
implementation 'com.linecorp.centraldogma:centraldogma-server-auth-shiro:0.53.1'
// https://jarcasting.com/artifacts/com.linecorp.centraldogma/centraldogma-server-auth-shiro/
implementation ("com.linecorp.centraldogma:centraldogma-server-auth-shiro:0.53.1")
'com.linecorp.centraldogma:centraldogma-server-auth-shiro:jar:0.53.1'
<dependency org="com.linecorp.centraldogma" name="centraldogma-server-auth-shiro" rev="0.53.1">
<artifact name="centraldogma-server-auth-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.centraldogma', module='centraldogma-server-auth-shiro', version='0.53.1')
)
libraryDependencies += "com.linecorp.centraldogma" % "centraldogma-server-auth-shiro" % "0.53.1"
[com.linecorp.centraldogma/centraldogma-server-auth-shiro "0.53.1"]