w

wpb4j

a simple java api for weibo picture bed
https://github.com/echisan/wbp4j
The Apache Software License, Version 2.0
echisan
Files download
File Operation
wpb4j-2.0.jar download
wpb4j-2.0.pom download
wpb4j-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.echisan</groupId>
  <artifactId>wpb4j</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.echisan:wpb4j:2.0'
Gradle Kotlin
implementation("com.github.echisan:wpb4j:2.0")
Scala SBT
libraryDependencies += "com.github.echisan" % "wpb4j" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.echisan', module='wpb4j', version='2.0')
)
Apache Ivy
<dependency org="com.github.echisan" name="wpb4j" rev="2.0" />
Leiningen
[com.github.echisan/wpb4j "2.0"]
Apache Buildr
'com.github.echisan:wpb4j:jar:2.0'