Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdcom.goldmansachs.obevo |
ArtifactId | ArtifactIdobevo-db-postgresql |
Version | Version8.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-db-postgresql/ -->
<dependency>
<groupId>com.goldmansachs.obevo</groupId>
<artifactId>obevo-db-postgresql</artifactId>
<version>8.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-db-postgresql/
implementation 'com.goldmansachs.obevo:obevo-db-postgresql:8.2.0'
// https://jarcasting.com/artifacts/com.goldmansachs.obevo/obevo-db-postgresql/
implementation ("com.goldmansachs.obevo:obevo-db-postgresql:8.2.0")
'com.goldmansachs.obevo:obevo-db-postgresql:jar:8.2.0'
<dependency org="com.goldmansachs.obevo" name="obevo-db-postgresql" rev="8.2.0">
<artifact name="obevo-db-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goldmansachs.obevo', module='obevo-db-postgresql', version='8.2.0')
)
libraryDependencies += "com.goldmansachs.obevo" % "obevo-db-postgresql" % "8.2.0"
[com.goldmansachs.obevo/obevo-db-postgresql "8.2.0"]