Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.stormpath.shiro |
ArtifactId | ArtifactIdstormpath-shiro-core |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
stormpath-shiro-core-0.5.0.pom | |
stormpath-shiro-core-0.5.0.jar | 20 KB |
stormpath-shiro-core-0.5.0-sources.jar | 24 KB |
stormpath-shiro-core-0.5.0-javadoc.jar | 154 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.shiro/stormpath-shiro-core/
implementation 'com.stormpath.shiro:stormpath-shiro-core:0.5.0'
// https://jarcasting.com/artifacts/com.stormpath.shiro/stormpath-shiro-core/
implementation ("com.stormpath.shiro:stormpath-shiro-core:0.5.0")
'com.stormpath.shiro:stormpath-shiro-core:jar:0.5.0'
<dependency org="com.stormpath.shiro" name="stormpath-shiro-core" rev="0.5.0">
<artifact name="stormpath-shiro-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.shiro', module='stormpath-shiro-core', version='0.5.0')
)
libraryDependencies += "com.stormpath.shiro" % "stormpath-shiro-core" % "0.5.0"
[com.stormpath.shiro/stormpath-shiro-core "0.5.0"]