is not current version
Last Version 1.2.3

com.github.hanshsieh:pixivj 1.0.0-beta

This library is a Java client for Pixiv, a Japanese online community for artists.

GroupId

GroupId

com.github.hanshsieh
ArtifactId

ArtifactId

pixivj
Version

Version

1.0.0-beta
Type

Type

jar

Download pixivj 1.0.0-beta


<!-- https://jarcasting.com/artifacts/com.github.hanshsieh/pixivj/ -->
<dependency>
    <groupId>com.github.hanshsieh</groupId>
    <artifactId>pixivj</artifactId>
    <version>1.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hanshsieh/pixivj/
implementation 'com.github.hanshsieh:pixivj:1.0.0-beta'
// https://jarcasting.com/artifacts/com.github.hanshsieh/pixivj/
implementation ("com.github.hanshsieh:pixivj:1.0.0-beta")
'com.github.hanshsieh:pixivj:jar:1.0.0-beta'
<dependency org="com.github.hanshsieh" name="pixivj" rev="1.0.0-beta">
  <artifact name="pixivj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hanshsieh', module='pixivj', version='1.0.0-beta')
)
libraryDependencies += "com.github.hanshsieh" % "pixivj" % "1.0.0-beta"
[com.github.hanshsieh/pixivj "1.0.0-beta"]