MVN

com.bumao.models.yuquesdk : yuquesdk

Maven & Gradle

Jun 11, 2021
6 stars

yuquesdk · The javaSDK for the public API of yuque.com.

<dependency>
    <groupId>com.bumao.models.yuquesdk</groupId>
    <artifactId>yuquesdk</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bumao.models.yuquesdk : yuquesdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.bumao.models.yuquesdk : yuquesdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
yuquesdk-0.0.1

How to add a dependency to Maven

Add the following com.bumao.models.yuquesdk : yuquesdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bumao.models.yuquesdk</groupId>
    <artifactId>yuquesdk</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bumao.models.yuquesdk : yuquesdk gradle dependency to your build.gradle file:

implementation 'com.bumao.models.yuquesdk:yuquesdk:0.0.1'

Gradle Kotlin DSL: Add the following com.bumao.models.yuquesdk : yuquesdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bumao.models.yuquesdk:yuquesdk:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bumao.models.yuquesdk : yuquesdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bumao.models.yuquesdk" % "yuquesdk" % "0.0.1"

Advertisement