| GroupId | GroupIdorg.springframework.social | 
|---|---|
| ArtifactId | ArtifactIdspring-social-test | 
| Version | Version1.0.1.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.social/spring-social-test/ -->
<dependency>
    <groupId>org.springframework.social</groupId>
    <artifactId>spring-social-test</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.social/spring-social-test/
implementation 'org.springframework.social:spring-social-test:1.0.1.RELEASE'// https://jarcasting.com/artifacts/org.springframework.social/spring-social-test/
implementation ("org.springframework.social:spring-social-test:1.0.1.RELEASE")'org.springframework.social:spring-social-test:jar:1.0.1.RELEASE'<dependency org="org.springframework.social" name="spring-social-test" rev="1.0.1.RELEASE">
  <artifact name="spring-social-test" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.social', module='spring-social-test', version='1.0.1.RELEASE')
)libraryDependencies += "org.springframework.social" % "spring-social-test" % "1.0.1.RELEASE"[org.springframework.social/spring-social-test "1.0.1.RELEASE"]