MVN

io.github.yydzxz : bytedance-miniprogram

Maven & Gradle

Sep 05, 2021
1 stars

字节跳动服务端API Java SDK

<dependency>
    <groupId>io.github.yydzxz</groupId>
    <artifactId>bytedance-miniprogram</artifactId>
    <version>4.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.yydzxz : bytedance-miniprogram to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.7

All Versions

Choose a version of io.github.yydzxz : bytedance-miniprogram to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
bytedance-miniprogram-4.0.7

How to add a dependency to Maven

Add the following io.github.yydzxz : bytedance-miniprogram maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.yydzxz</groupId>
    <artifactId>bytedance-miniprogram</artifactId>
    <version>4.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.yydzxz : bytedance-miniprogram gradle dependency to your build.gradle file:

implementation 'io.github.yydzxz:bytedance-miniprogram:4.0.7'

Gradle Kotlin DSL: Add the following io.github.yydzxz : bytedance-miniprogram gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.yydzxz:bytedance-miniprogram:4.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.yydzxz : bytedance-miniprogram sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.yydzxz" % "bytedance-miniprogram" % "4.0.7"

Advertisement