s

spring-social-core

Foundational module containing the ServiceProvider Connect Framework and Service API invocation support.
https://github.com/spring-projects/spring-social
The Apache Software License, Version 2.0
Spring IO
Craig Walls
Files download
File Operation
spring-social-core-1.1.0.RELEASE.jar download
spring-social-core-1.1.0.RELEASE.pom download
spring-social-core-1.1.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.social</groupId>
  <artifactId>spring-social-core</artifactId>
  <version>1.1.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.social:spring-social-core:1.1.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.social:spring-social-core:1.1.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.social" % "spring-social-core" % "1.1.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.social', module='spring-social-core', version='1.1.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.social" name="spring-social-core" rev="1.1.0.RELEASE" />
Leiningen
[org.springframework.social/spring-social-core "1.1.0.RELEASE"]
Apache Buildr
'org.springframework.social:spring-social-core:jar:1.1.0.RELEASE'