MVN

com.volcengine : byteplus-sdk

Maven & Gradle

Aug 16, 2023

byteplus-sdk · SDK for byteplus

<dependency>
    <groupId>com.volcengine</groupId>
    <artifactId>byteplus-sdk</artifactId>
    <version>1.0.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.volcengine : byteplus-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.22

All Versions

Choose a version of com.volcengine : byteplus-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
byteplus-sdk-1.0.22
byteplus-sdk-1.0.21
byteplus-sdk-1.0.20
byteplus-sdk-1.0.19
byteplus-sdk-1.0.18
byteplus-sdk-1.0.17
byteplus-sdk-1.0.16
byteplus-sdk-1.0.15
byteplus-sdk-1.0.14
byteplus-sdk-1.0.12
byteplus-sdk-1.0.11
byteplus-sdk-1.0.10
byteplus-sdk-1.0.9
byteplus-sdk-1.0.8
byteplus-sdk-1.0.7
byteplus-sdk-1.0.6
byteplus-sdk-1.0.5
byteplus-sdk-1.0.4
byteplus-sdk-1.0.3
byteplus-sdk-1.0.2
byteplus-sdk-1.0.1
byteplus-sdk-1.0.0

How to add a dependency to Maven

Add the following com.volcengine : byteplus-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.volcengine</groupId>
    <artifactId>byteplus-sdk</artifactId>
    <version>1.0.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.volcengine : byteplus-sdk gradle dependency to your build.gradle file:

implementation 'com.volcengine:byteplus-sdk:1.0.22'

Gradle Kotlin DSL: Add the following com.volcengine : byteplus-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.volcengine:byteplus-sdk:1.0.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.volcengine : byteplus-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.volcengine" % "byteplus-sdk" % "1.0.22"

Advertisement