MVN

com.byteplus : byteplus-sdk-java-rec

Maven & Gradle

Aug 01, 2023

byteplus-sdk-java-rec · JAVA SDK for byteplus rec

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

Latest Version

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

  • Latest Stable: 1.0.14

All Versions

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

Version Vulnerabilities Updated
1.0.x
byteplus-sdk-java-rec-1.0.14
byteplus-sdk-java-rec-1.0.13
byteplus-sdk-java-rec-1.0.12
byteplus-sdk-java-rec-1.0.11-coupang
byteplus-sdk-java-rec-1.0.11
byteplus-sdk-java-rec-1.0.10
byteplus-sdk-java-rec-1.0.10-coupang
byteplus-sdk-java-rec-1.0.9
byteplus-sdk-java-rec-1.0.8
byteplus-sdk-java-rec-1.0.7
byteplus-sdk-java-rec-1.0.6
byteplus-sdk-java-rec-1.0.5
byteplus-sdk-java-rec-1.0.4
byteplus-sdk-java-rec-1.0.3
byteplus-sdk-java-rec-1.0.2
byteplus-sdk-java-rec-1.0.1
byteplus-sdk-java-rec-1.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.byteplus:byteplus-sdk-java-rec:1.0.14'

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

implementation("com.byteplus:byteplus-sdk-java-rec:1.0.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.byteplus" % "byteplus-sdk-java-rec" % "1.0.14"