Categories |
CategoriesIDE Development Tools PostgreSQL Data Databases |
---|---|
GroupId | GroupIdcom.hashicorp |
ArtifactId | ArtifactIdcdktf-provider-postgresql |
Version | Version0.0.218 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-postgresql/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-postgresql</artifactId>
<version>0.0.218</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-postgresql/
implementation 'com.hashicorp:cdktf-provider-postgresql:0.0.218'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-postgresql/
implementation ("com.hashicorp:cdktf-provider-postgresql:0.0.218")
'com.hashicorp:cdktf-provider-postgresql:jar:0.0.218'
<dependency org="com.hashicorp" name="cdktf-provider-postgresql" rev="0.0.218">
<artifact name="cdktf-provider-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-postgresql', version='0.0.218')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-postgresql" % "0.0.218"
[com.hashicorp/cdktf-provider-postgresql "0.0.218"]