MVN

com.byteplus : byteplus-sdk-java-rec-core

Maven & Gradle

Aug 01, 2023
1 usages

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

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

Latest Version

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

  • Latest Stable: 1.0.12

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.byteplus:byteplus-sdk-java-rec-core:1.0.12'

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

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

How to add a dependency to SBT Scala

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

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