Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.stormpath.spring |
ArtifactId | ArtifactIdstormpath-spring |
Version | Version1.0.RC9 |
Type | Typejar |
Filename | Size |
---|---|
stormpath-spring-1.0.RC9.pom | |
stormpath-spring-1.0.RC9.jar | 13 KB |
stormpath-spring-1.0.RC9-tests.jar | 29 KB |
stormpath-spring-1.0.RC9-sources.jar | 13 KB |
stormpath-spring-1.0.RC9-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-spring/ -->
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-spring</artifactId>
<version>1.0.RC9</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-spring/
implementation 'com.stormpath.spring:stormpath-spring:1.0.RC9'
// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-spring/
implementation ("com.stormpath.spring:stormpath-spring:1.0.RC9")
'com.stormpath.spring:stormpath-spring:jar:1.0.RC9'
<dependency org="com.stormpath.spring" name="stormpath-spring" rev="1.0.RC9">
<artifact name="stormpath-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.spring', module='stormpath-spring', version='1.0.RC9')
)
libraryDependencies += "com.stormpath.spring" % "stormpath-spring" % "1.0.RC9"
[com.stormpath.spring/stormpath-spring "1.0.RC9"]