is not current version
Last Version 1.1.6.RELEASE

org.springframework.social:manual 1.1.1.RELEASE

Spring Social - Reference Manual

GroupId

GroupId

org.springframework.social
ArtifactId

ArtifactId

manual
Version

Version

1.1.1.RELEASE
Type

Type

jar

Download manual 1.1.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.social/manual/ -->
<dependency>
    <groupId>org.springframework.social</groupId>
    <artifactId>manual</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.social/manual/
implementation 'org.springframework.social:manual:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.social/manual/
implementation ("org.springframework.social:manual:1.1.1.RELEASE")
'org.springframework.social:manual:jar:1.1.1.RELEASE'
<dependency org="org.springframework.social" name="manual" rev="1.1.1.RELEASE">
  <artifact name="manual" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.social', module='manual', version='1.1.1.RELEASE')
)
libraryDependencies += "org.springframework.social" % "manual" % "1.1.1.RELEASE"
[org.springframework.social/manual "1.1.1.RELEASE"]