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