I cannot find maven dependency for spring-social-google (https://github.com/GabiAxel/spring-social-google). According to the documentation the dependency is defined like that:
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-google</artifactId>
<version>${org.springframework.social-google-version}</version>
</dependency>
However it is not present in maven repository. Can anyone confirm that?