GroupId | GroupIdcom.github.hanshsieh |
---|---|
ArtifactId | ArtifactIdpixivj |
Version | Version1.0.0-beta |
Type | Typejar |
Filename | Size |
---|---|
pixivj-1.0.0-beta.pom | |
pixivj-1.0.0-beta.jar | 65 KB |
pixivj-1.0.0-beta-sources.jar | 38 KB |
pixivj-1.0.0-beta-javadoc.jar | 356 KB |
Browse |
<!-- 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"]