Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.metacat |
ArtifactId | ArtifactIdmetacat-postgres-connector |
Version | Version0.1.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.metacat/metacat-postgres-connector/ -->
<dependency>
<groupId>com.netflix.metacat</groupId>
<artifactId>metacat-postgres-connector</artifactId>
<version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.metacat/metacat-postgres-connector/
implementation 'com.netflix.metacat:metacat-postgres-connector:0.1.11'
// https://jarcasting.com/artifacts/com.netflix.metacat/metacat-postgres-connector/
implementation ("com.netflix.metacat:metacat-postgres-connector:0.1.11")
'com.netflix.metacat:metacat-postgres-connector:jar:0.1.11'
<dependency org="com.netflix.metacat" name="metacat-postgres-connector" rev="0.1.11">
<artifact name="metacat-postgres-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.metacat', module='metacat-postgres-connector', version='0.1.11')
)
libraryDependencies += "com.netflix.metacat" % "metacat-postgres-connector" % "0.1.11"
[com.netflix.metacat/metacat-postgres-connector "0.1.11"]