Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.stormpath.spring |
ArtifactId | ArtifactIdstormpath-spring |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
stormpath-spring-1.0.4.pom | |
stormpath-spring-1.0.4.jar | 13 KB |
stormpath-spring-1.0.4-tests.jar | 20 KB |
stormpath-spring-1.0.4-sources.jar | 13 KB |
stormpath-spring-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-spring/
implementation 'com.stormpath.spring:stormpath-spring:1.0.4'
// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-spring/
implementation ("com.stormpath.spring:stormpath-spring:1.0.4")
'com.stormpath.spring:stormpath-spring:jar:1.0.4'
<dependency org="com.stormpath.spring" name="stormpath-spring" rev="1.0.4">
<artifact name="stormpath-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.spring', module='stormpath-spring', version='1.0.4')
)
libraryDependencies += "com.stormpath.spring" % "stormpath-spring" % "1.0.4"
[com.stormpath.spring/stormpath-spring "1.0.4"]