MVN

io.github.good-good-study : sina-weibo-sdk

Maven & Gradle

Jun 26, 2021
1 stars

sina-weibo-sdk · 新浪微博sdk openDefault_4.4.4.aar

<dependency>
    <groupId>io.github.good-good-study</groupId>
    <artifactId>sina-weibo-sdk</artifactId>
    <version>4.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.good-good-study : sina-weibo-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.4

All Versions

Choose a version of io.github.good-good-study : sina-weibo-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.10.x
sina-weibo-sdk-10.10.1
10.9.x
sina-weibo-sdk-10.9.0
10.8.x
sina-weibo-sdk-10.8.0
10.7.x
sina-weibo-sdk-10.7.0
9.12.x
sina-weibo-sdk-9.12.0
4.4.x
sina-weibo-sdk-4.4.4

How to add a dependency to Maven

Add the following io.github.good-good-study : sina-weibo-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.good-good-study</groupId>
    <artifactId>sina-weibo-sdk</artifactId>
    <version>4.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.good-good-study : sina-weibo-sdk gradle dependency to your build.gradle file:

implementation 'io.github.good-good-study:sina-weibo-sdk:4.4.4'

Gradle Kotlin DSL: Add the following io.github.good-good-study : sina-weibo-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.good-good-study:sina-weibo-sdk:4.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.good-good-study : sina-weibo-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.good-good-study" % "sina-weibo-sdk" % "4.4.4"

Advertisement