MVN

com.github.huanying04.utils : jixiv

Maven & Gradle

Feb 01, 2023
7 stars

jixiv · Pixiv infomations crawler library for Java.

<dependency>
    <groupId>com.github.huanying04.utils</groupId>
    <artifactId>jixiv</artifactId>
    <version>0.1.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.huanying04.utils : jixiv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0.16

All Versions

Choose a version of com.github.huanying04.utils : jixiv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
jixiv-0.1.0.16
jixiv-0.1.0.15b
jixiv-0.1.0.15
jixiv-0.1.0.14
jixiv-0.1.0.13
jixiv-0.1.0.12
jixiv-0.1.0.11
jixiv-0.1.0.10
jixiv-0.1.0.9
jixiv-0.1.0.8
jixiv-0.1.0.7
jixiv-0.1.0.6
jixiv-0.1.0.5
jixiv-0.1.0.4
jixiv-0.1.0.3
jixiv-0.1.0.2
jixiv-0.1.0.1
jixiv-0.1.0.0
0.0.x
jixiv-0.0.1.5
jixiv-0.0.1.5-SNAPSHOT-7
jixiv-0.0.1.5-SNAPSHOT-6
jixiv-0.0.1.5-SNAPSHOT-5
jixiv-0.0.1.5-SNAPSHOT-4
jixiv-0.0.1.5-SNAPSHOT-3
jixiv-0.0.1.5-SNAPSHOT-2
jixiv-0.0.1.5-SNAPSHOT-1
jixiv-0.0.1.4
jixiv-0.0.1.3
jixiv-0.0.1.2
jixiv-0.0.1.1

How to add a dependency to Maven

Add the following com.github.huanying04.utils : jixiv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.huanying04.utils</groupId>
    <artifactId>jixiv</artifactId>
    <version>0.1.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.huanying04.utils : jixiv gradle dependency to your build.gradle file:

implementation 'com.github.huanying04.utils:jixiv:0.1.0.16'

Gradle Kotlin DSL: Add the following com.github.huanying04.utils : jixiv gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.huanying04.utils:jixiv:0.1.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.huanying04.utils : jixiv sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.huanying04.utils" % "jixiv" % "0.1.0.16"

Advertisement