s

social-sdk

All in one sdk, include weibo, qq connect, t.qq.com ...
https://github.com/belerweb/social-sdk
BSD
Tangjun He
Files download
File Operation
social-sdk-0.0.5.jar download
social-sdk-0.0.5.pom download
social-sdk-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.belerweb</groupId>
  <artifactId>social-sdk</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.belerweb:social-sdk:0.0.5'
Gradle Kotlin
implementation("com.belerweb:social-sdk:0.0.5")
Scala SBT
libraryDependencies += "com.belerweb" % "social-sdk" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.belerweb', module='social-sdk', version='0.0.5')
)
Apache Ivy
<dependency org="com.belerweb" name="social-sdk" rev="0.0.5" />
Leiningen
[com.belerweb/social-sdk "0.0.5"]
Apache Buildr
'com.belerweb:social-sdk:jar:0.0.5'