GroupId | GroupIdcom.github.hanshsieh |
---|---|
ArtifactId | ArtifactIdpixivj |
Version | Version1.2.3-beta.2 |
Type | Typejar |
Filename | Size |
---|---|
pixivj-1.2.3-beta.2.pom | |
pixivj-1.2.3-beta.2.jar | 77 KB |
pixivj-1.2.3-beta.2-sources.jar | 46 KB |
pixivj-1.2.3-beta.2-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hanshsieh/pixivj/ -->
<dependency>
<groupId>com.github.hanshsieh</groupId>
<artifactId>pixivj</artifactId>
<version>1.2.3-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hanshsieh/pixivj/
implementation 'com.github.hanshsieh:pixivj:1.2.3-beta.2'
// https://jarcasting.com/artifacts/com.github.hanshsieh/pixivj/
implementation ("com.github.hanshsieh:pixivj:1.2.3-beta.2")
'com.github.hanshsieh:pixivj:jar:1.2.3-beta.2'
<dependency org="com.github.hanshsieh" name="pixivj" rev="1.2.3-beta.2">
<artifact name="pixivj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hanshsieh', module='pixivj', version='1.2.3-beta.2')
)
libraryDependencies += "com.github.hanshsieh" % "pixivj" % "1.2.3-beta.2"
[com.github.hanshsieh/pixivj "1.2.3-beta.2"]