Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.stormpath.spring |
ArtifactId | ArtifactIdstormpath-spring-webmvc |
Version | Version1.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-spring-webmvc/ -->
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring-webmvc</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-spring-webmvc/
implementation 'com.stormpath.spring:stormpath-spring-webmvc:1.2.4'
// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-spring-webmvc/
implementation ("com.stormpath.spring:stormpath-spring-webmvc:1.2.4")
'com.stormpath.spring:stormpath-spring-webmvc:jar:1.2.4'
<dependency org="com.stormpath.spring" name="stormpath-spring-webmvc" rev="1.2.4">
<artifact name="stormpath-spring-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.spring', module='stormpath-spring-webmvc', version='1.2.4')
)
libraryDependencies += "com.stormpath.spring" % "stormpath-spring-webmvc" % "1.2.4"
[com.stormpath.spring/stormpath-spring-webmvc "1.2.4"]