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