Categories |
CategoriesSecurity ORM Data |
---|---|
GroupId | GroupIdcom.stormpath.spring |
ArtifactId | ArtifactIdstormpath-sdk-tutorials-spring-security-webmvc-token-management |
Version | Version1.3.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-sdk-tutorials-spring-security-webmvc-token-management/ -->
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-tutorials-spring-security-webmvc-token-management</artifactId>
<version>1.3.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-sdk-tutorials-spring-security-webmvc-token-management/
implementation 'com.stormpath.spring:stormpath-sdk-tutorials-spring-security-webmvc-token-management:1.3.1'
// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-sdk-tutorials-spring-security-webmvc-token-management/
implementation ("com.stormpath.spring:stormpath-sdk-tutorials-spring-security-webmvc-token-management:1.3.1")
'com.stormpath.spring:stormpath-sdk-tutorials-spring-security-webmvc-token-management:war:1.3.1'
<dependency org="com.stormpath.spring" name="stormpath-sdk-tutorials-spring-security-webmvc-token-management" rev="1.3.1">
<artifact name="stormpath-sdk-tutorials-spring-security-webmvc-token-management" type="war" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.spring', module='stormpath-sdk-tutorials-spring-security-webmvc-token-management', version='1.3.1')
)
libraryDependencies += "com.stormpath.spring" % "stormpath-sdk-tutorials-spring-security-webmvc-token-management" % "1.3.1"
[com.stormpath.spring/stormpath-sdk-tutorials-spring-security-webmvc-token-management "1.3.1"]