Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-gcp-starter-sql-postgresql |
Version | Version1.2.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gcp-starter-sql-postgresql/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gcp-starter-sql-postgresql</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gcp-starter-sql-postgresql/
implementation 'org.springframework.cloud:spring-cloud-gcp-starter-sql-postgresql:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-gcp-starter-sql-postgresql/
implementation ("org.springframework.cloud:spring-cloud-gcp-starter-sql-postgresql:1.2.0.RELEASE")
'org.springframework.cloud:spring-cloud-gcp-starter-sql-postgresql:jar:1.2.0.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-gcp-starter-sql-postgresql" rev="1.2.0.RELEASE">
<artifact name="spring-cloud-gcp-starter-sql-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-gcp-starter-sql-postgresql', version='1.2.0.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-gcp-starter-sql-postgresql" % "1.2.0.RELEASE"
[org.springframework.cloud/spring-cloud-gcp-starter-sql-postgresql "1.2.0.RELEASE"]