| Группа | Группаcom.yugabyte |
|---|---|
| Идентификатор | Идентификаторjdbc-yugabytedb-aggregate |
| Версия | Версия42.2.7-yb-5-beta.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| jdbc-yugabytedb-aggregate-42.2.7-yb-5-beta.4.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.yugabyte/jdbc-yugabytedb-aggregate/ -->
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>jdbc-yugabytedb-aggregate</artifactId>
<version>42.2.7-yb-5-beta.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yugabyte/jdbc-yugabytedb-aggregate/
implementation 'com.yugabyte:jdbc-yugabytedb-aggregate:42.2.7-yb-5-beta.4'
// https://jarcasting.com/artifacts/com.yugabyte/jdbc-yugabytedb-aggregate/
implementation ("com.yugabyte:jdbc-yugabytedb-aggregate:42.2.7-yb-5-beta.4")
'com.yugabyte:jdbc-yugabytedb-aggregate:pom:42.2.7-yb-5-beta.4'
<dependency org="com.yugabyte" name="jdbc-yugabytedb-aggregate" rev="42.2.7-yb-5-beta.4">
<artifact name="jdbc-yugabytedb-aggregate" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yugabyte', module='jdbc-yugabytedb-aggregate', version='42.2.7-yb-5-beta.4')
)
libraryDependencies += "com.yugabyte" % "jdbc-yugabytedb-aggregate" % "42.2.7-yb-5-beta.4"
[com.yugabyte/jdbc-yugabytedb-aggregate "42.2.7-yb-5-beta.4"]