MVN

io.github.myvideoyun : MVYGiftRendererSDK

Maven & Gradle

Aug 02, 2022
1 stars

MVYGiftRendererSDK · 迷你礼物渲染库

<dependency>
    <groupId>io.github.myvideoyun</groupId>
    <artifactId>MVYGiftRendererSDK</artifactId>
    <version>1.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.myvideoyun : MVYGiftRendererSDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.17

All Versions

Choose a version of io.github.myvideoyun : MVYGiftRendererSDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
MVYGiftRendererSDK-1.0.17
MVYGiftRendererSDK-1.0.16

How to add a dependency to Maven

Add the following io.github.myvideoyun : MVYGiftRendererSDK maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.myvideoyun</groupId>
    <artifactId>MVYGiftRendererSDK</artifactId>
    <version>1.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.myvideoyun : MVYGiftRendererSDK gradle dependency to your build.gradle file:

implementation 'io.github.myvideoyun:MVYGiftRendererSDK:1.0.17'

Gradle Kotlin DSL: Add the following io.github.myvideoyun : MVYGiftRendererSDK gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.myvideoyun:MVYGiftRendererSDK:1.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.myvideoyun : MVYGiftRendererSDK sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.myvideoyun" % "MVYGiftRendererSDK" % "1.0.17"

Advertisement