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