Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.apache.shiro |
ArtifactId | ArtifactIdshiro-config |
Version | Version1.4.0-RC2 |
Type | Typepom |
Filename | Size |
---|---|
shiro-config-1.4.0-RC2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shiro/shiro-config/ -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-config</artifactId>
<version>1.4.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-config/
implementation 'org.apache.shiro:shiro-config:1.4.0-RC2'
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-config/
implementation ("org.apache.shiro:shiro-config:1.4.0-RC2")
'org.apache.shiro:shiro-config:pom:1.4.0-RC2'
<dependency org="org.apache.shiro" name="shiro-config" rev="1.4.0-RC2">
<artifact name="shiro-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-config', version='1.4.0-RC2')
)
libraryDependencies += "org.apache.shiro" % "shiro-config" % "1.4.0-RC2"
[org.apache.shiro/shiro-config "1.4.0-RC2"]