j

jdbc-yugabytedb-aggregate

YugaByte JDBC aggregate project
https://github.com/YugaByte/ybjdbc
YugaByte Development Team
文件下载
文件名 操作
jdbc-yugabytedb-aggregate-42.2.7-yb-6.pom 下载
Apache Maven
<dependency>
  <groupId>com.yugabyte</groupId>
  <artifactId>jdbc-yugabytedb-aggregate</artifactId>
  <version>42.2.7-yb-6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.yugabyte:jdbc-yugabytedb-aggregate:42.2.7-yb-6'
Gradle Kotlin
implementation("com.yugabyte:jdbc-yugabytedb-aggregate:42.2.7-yb-6")
Scala SBT
libraryDependencies += "com.yugabyte" % "jdbc-yugabytedb-aggregate" % "42.2.7-yb-6"
Groovy Grape
@Grapes(
  @Grab(group='com.yugabyte', module='jdbc-yugabytedb-aggregate', version='42.2.7-yb-6')
)
Apache Ivy
<dependency org="com.yugabyte" name="jdbc-yugabytedb-aggregate" rev="42.2.7-yb-6" />
Leiningen
[com.yugabyte/jdbc-yugabytedb-aggregate "42.2.7-yb-6"]
Apache Buildr
'com.yugabyte:jdbc-yugabytedb-aggregate:jar:42.2.7-yb-6'