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