MVN

org.bytedeco : sentencepiece

Maven & Gradle

Jan 26, 2024

JavaCPP Presets for SentencePiece

<dependency>
    <groupId>org.bytedeco</groupId>
    <artifactId>sentencepiece</artifactId>
    <version>0.1.99-1.5.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bytedeco : sentencepiece to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.99-1.5.10

All Versions

Choose a version of org.bytedeco : sentencepiece to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
sentencepiece-0.1.99-1.5.10

How to add a dependency to Maven

Add the following org.bytedeco : sentencepiece maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bytedeco</groupId>
    <artifactId>sentencepiece</artifactId>
    <version>0.1.99-1.5.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bytedeco : sentencepiece gradle dependency to your build.gradle file:

implementation 'org.bytedeco:sentencepiece:0.1.99-1.5.10'

Gradle Kotlin DSL: Add the following org.bytedeco : sentencepiece gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bytedeco:sentencepiece:0.1.99-1.5.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bytedeco : sentencepiece sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bytedeco" % "sentencepiece" % "0.1.99-1.5.10"

Advertisement