MVN

com.byteplus : byteplus-sdk-java

Maven & Gradle

Jul 13, 2023
6 stars

byteplus-sdk-java · The BytePlus SDK for Java

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

Latest Version

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

  • Latest Stable: 1.1.4

All Versions

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

Version Vulnerabilities Updated
1.1.x
byteplus-sdk-java-1.1.4
byteplus-sdk-java-1.1.3
byteplus-sdk-java-1.1.2
byteplus-sdk-java-1.1.1
byteplus-sdk-java-1.1.0
1.0.x
byteplus-sdk-java-1.0.9
byteplus-sdk-java-1.0.8
byteplus-sdk-java-1.0.7
byteplus-sdk-java-1.0.6
byteplus-sdk-java-1.0.5
byteplus-sdk-java-1.0.4
byteplus-sdk-java-1.0.2
byteplus-sdk-java-1.0.1
byteplus-sdk-java-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.byteplus</groupId>
    <artifactId>byteplus-sdk-java</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.byteplus:byteplus-sdk-java:1.1.4'

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

implementation("com.byteplus:byteplus-sdk-java:1.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.byteplus" % "byteplus-sdk-java" % "1.1.4"