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