MVN

com.github.hoverruan : weiboclient4j

Maven & Gradle

Jul 01, 2014
48 stars

weiboclient4j · Java library for Sina Weibo

<dependency>
    <groupId>com.github.hoverruan</groupId>
    <artifactId>weiboclient4j</artifactId>
    <version>0.4.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hoverruan : weiboclient4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.16

All Versions

Choose a version of com.github.hoverruan : weiboclient4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
weiboclient4j-0.4.16
weiboclient4j-0.4.15.1
weiboclient4j-0.4.15
weiboclient4j-0.4.14
weiboclient4j-0.4.13
weiboclient4j-0.4.12
weiboclient4j-0.4.11
weiboclient4j-0.4.10
weiboclient4j-0.4.9
weiboclient4j-0.4.8
weiboclient4j-0.4.7
weiboclient4j-0.4.6
weiboclient4j-0.4.5
weiboclient4j-0.4.4
weiboclient4j-0.4.3
weiboclient4j-0.4.2
weiboclient4j-0.4.1
weiboclient4j-0.4.0
0.3.x
weiboclient4j-0.3.3
weiboclient4j-0.3.2
weiboclient4j-0.3.1
weiboclient4j-0.3.0
0.2.x
weiboclient4j-0.2.11
weiboclient4j-0.2.10
weiboclient4j-0.2.9
weiboclient4j-0.2.8
weiboclient4j-0.2.7
weiboclient4j-0.2.6
weiboclient4j-0.2.5
weiboclient4j-0.2.4
weiboclient4j-0.2.3
weiboclient4j-0.2.2
weiboclient4j-0.2.1

How to add a dependency to Maven

Add the following com.github.hoverruan : weiboclient4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hoverruan</groupId>
    <artifactId>weiboclient4j</artifactId>
    <version>0.4.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hoverruan : weiboclient4j gradle dependency to your build.gradle file:

implementation 'com.github.hoverruan:weiboclient4j:0.4.16'

Gradle Kotlin DSL: Add the following com.github.hoverruan : weiboclient4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hoverruan:weiboclient4j:0.4.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hoverruan : weiboclient4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hoverruan" % "weiboclient4j" % "0.4.16"