MVN

com.4paradigm.openmldb : hybridse-proto

Maven & Gradle

Jul 20, 2023
2 usages
1.4k stars

hybridse-proto

<dependency>
    <groupId>com.4paradigm.openmldb</groupId>
    <artifactId>hybridse-proto</artifactId>
    <version>0.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.4paradigm.openmldb : hybridse-proto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2

All Versions

Choose a version of com.4paradigm.openmldb : hybridse-proto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
hybridse-proto-0.8.2
hybridse-proto-0.8.1
hybridse-proto-0.8.0
0.7.x
hybridse-proto-0.7.3
hybridse-proto-0.7.2
hybridse-proto-0.7.1
hybridse-proto-0.7.0
0.6.x
hybridse-proto-0.6.9
hybridse-proto-0.6.8
hybridse-proto-0.6.7
hybridse-proto-0.6.6
hybridse-proto-0.6.5
hybridse-proto-0.6.4
hybridse-proto-0.6.3
hybridse-proto-0.6.2
hybridse-proto-0.6.1
hybridse-proto-0.6.0
0.5.x
hybridse-proto-0.5.3
hybridse-proto-0.5.2
hybridse-proto-0.5.1
hybridse-proto-0.5.0
0.4.x
hybridse-proto-0.4.4-hotfix1
hybridse-proto-0.4.4
hybridse-proto-0.4.3
hybridse-proto-0.4.2
hybridse-proto-0.4.1
hybridse-proto-0.4.0

How to add a dependency to Maven

Add the following com.4paradigm.openmldb : hybridse-proto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.4paradigm.openmldb</groupId>
    <artifactId>hybridse-proto</artifactId>
    <version>0.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.4paradigm.openmldb : hybridse-proto gradle dependency to your build.gradle file:

implementation 'com.4paradigm.openmldb:hybridse-proto:0.8.2'

Gradle Kotlin DSL: Add the following com.4paradigm.openmldb : hybridse-proto gradle kotlin dependency to your build.gradle.kts file:

implementation("com.4paradigm.openmldb:hybridse-proto:0.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.4paradigm.openmldb : hybridse-proto sbt scala dependency to your build.sbt file:

libraryDependencies += "com.4paradigm.openmldb" % "hybridse-proto" % "0.8.2"

Advertisement