Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.stormpath.shiro.tutorial |
ArtifactId | ArtifactIdstormpath-shiro-servlet-tutorial-step-1 |
Version | Version0.7.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.stormpath.shiro.tutorial/stormpath-shiro-servlet-tutorial-step-1/ -->
<dependency>
<groupId>com.stormpath.shiro.tutorial</groupId>
<artifactId>stormpath-shiro-servlet-tutorial-step-1</artifactId>
<version>0.7.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.shiro.tutorial/stormpath-shiro-servlet-tutorial-step-1/
implementation 'com.stormpath.shiro.tutorial:stormpath-shiro-servlet-tutorial-step-1:0.7.0'
// https://jarcasting.com/artifacts/com.stormpath.shiro.tutorial/stormpath-shiro-servlet-tutorial-step-1/
implementation ("com.stormpath.shiro.tutorial:stormpath-shiro-servlet-tutorial-step-1:0.7.0")
'com.stormpath.shiro.tutorial:stormpath-shiro-servlet-tutorial-step-1:war:0.7.0'
<dependency org="com.stormpath.shiro.tutorial" name="stormpath-shiro-servlet-tutorial-step-1" rev="0.7.0">
<artifact name="stormpath-shiro-servlet-tutorial-step-1" type="war" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.shiro.tutorial', module='stormpath-shiro-servlet-tutorial-step-1', version='0.7.0')
)
libraryDependencies += "com.stormpath.shiro.tutorial" % "stormpath-shiro-servlet-tutorial-step-1" % "0.7.0"
[com.stormpath.shiro.tutorial/stormpath-shiro-servlet-tutorial-step-1 "0.7.0"]