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