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