| License | License | 
|---|---|
| GroupId | GroupIdorg.springframework.social | 
| ArtifactId | ArtifactIdspring-social-test | 
| Version | Version1.0.3.RELEASE | 
| Type | Typejar | 
| Description | DescriptionRest Template Test Support Rest Template Test Support | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.springframework.social/spring-social-test/ -->
<dependency>
    <groupId>org.springframework.social</groupId>
    <artifactId>spring-social-test</artifactId>
    <version>1.0.3.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.social/spring-social-test/
implementation 'org.springframework.social:spring-social-test:1.0.3.RELEASE'// https://jarcasting.com/artifacts/org.springframework.social/spring-social-test/
implementation ("org.springframework.social:spring-social-test:1.0.3.RELEASE")'org.springframework.social:spring-social-test:jar:1.0.3.RELEASE'<dependency org="org.springframework.social" name="spring-social-test" rev="1.0.3.RELEASE">
  <artifact name="spring-social-test" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.social', module='spring-social-test', version='1.0.3.RELEASE')
)libraryDependencies += "org.springframework.social" % "spring-social-test" % "1.0.3.RELEASE"[org.springframework.social/spring-social-test "1.0.3.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.social : spring-social-core | jar | 1.0.3.RELEASE | 
| org.springframework : spring-web | jar | 3.1.4.RELEASE |