GroupId | GroupIdcom.yugabyte |
---|---|
ArtifactId | ArtifactIdjdbc-yugabytedb-aggregate |
Version | Version42.2.7-yb-5-beta.3 |
Type | Typepom |
Filename | Size |
---|---|
jdbc-yugabytedb-aggregate-42.2.7-yb-5-beta.3.pom | 1 KB |
Browse |
<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/com.yugabyte/jdbc-yugabytedb-aggregate/
implementation ("com.yugabyte:jdbc-yugabytedb-aggregate:42.2.7-yb-5-beta.3")
'com.yugabyte:jdbc-yugabytedb-aggregate:pom:42.2.7-yb-5-beta.3'
<dependency org="com.yugabyte" name="jdbc-yugabytedb-aggregate" rev="42.2.7-yb-5-beta.3">
<artifact name="jdbc-yugabytedb-aggregate" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yugabyte', module='jdbc-yugabytedb-aggregate', version='42.2.7-yb-5-beta.3')
)
libraryDependencies += "com.yugabyte" % "jdbc-yugabytedb-aggregate" % "42.2.7-yb-5-beta.3"
[com.yugabyte/jdbc-yugabytedb-aggregate "42.2.7-yb-5-beta.3"]