Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.stormpath.shiro |
ArtifactId | ArtifactIdstormpath-shiro-core |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
stormpath-shiro-core-0.6.0.pom | |
stormpath-shiro-core-0.6.0.jar | 20 KB |
stormpath-shiro-core-0.6.0-sources.jar | 25 KB |
stormpath-shiro-core-0.6.0-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stormpath.shiro/stormpath-shiro-core/ -->
<dependency>
<groupId>com.stormpath.shiro</groupId>
<artifactId>stormpath-shiro-core</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.shiro/stormpath-shiro-core/
implementation 'com.stormpath.shiro:stormpath-shiro-core:0.6.0'
// https://jarcasting.com/artifacts/com.stormpath.shiro/stormpath-shiro-core/
implementation ("com.stormpath.shiro:stormpath-shiro-core:0.6.0")
'com.stormpath.shiro:stormpath-shiro-core:jar:0.6.0'
<dependency org="com.stormpath.shiro" name="stormpath-shiro-core" rev="0.6.0">
<artifact name="stormpath-shiro-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.shiro', module='stormpath-shiro-core', version='0.6.0')
)
libraryDependencies += "com.stormpath.shiro" % "stormpath-shiro-core" % "0.6.0"
[com.stormpath.shiro/stormpath-shiro-core "0.6.0"]