License |
License |
---|---|
GroupId | GroupIdcom.github.hanshsieh |
ArtifactId | ArtifactIdpixivj |
Version | Version1.2.3 |
Type | Typejar |
Description |
Descriptionpixivj
This library is a Java client for Pixiv, a Japanese online community for artists.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pixivj-1.2.3.pom | |
pixivj-1.2.3.jar | 77 KB |
pixivj-1.2.3-sources.jar | 46 KB |
pixivj-1.2.3-javadoc.jar | 414 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hanshsieh/pixivj/ -->
<dependency>
<groupId>com.github.hanshsieh</groupId>
<artifactId>pixivj</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hanshsieh/pixivj/
implementation 'com.github.hanshsieh:pixivj:1.2.3'
// https://jarcasting.com/artifacts/com.github.hanshsieh/pixivj/
implementation ("com.github.hanshsieh:pixivj:1.2.3")
'com.github.hanshsieh:pixivj:jar:1.2.3'
<dependency org="com.github.hanshsieh" name="pixivj" rev="1.2.3">
<artifact name="pixivj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hanshsieh', module='pixivj', version='1.2.3')
)
libraryDependencies += "com.github.hanshsieh" % "pixivj" % "1.2.3"
[com.github.hanshsieh/pixivj "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
org.checkerframework : checker-qual | jar | 3.10.0 |
com.squareup.okhttp3 : okhttp | jar | 4.9.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.commons : commons-lang3 | jar | 3.11 |
Group / Artifact | Type | Version |
---|---|---|
org.jmockit : jmockit | jar | 1.49 |
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |