Categories |
CategoriesPostgreSQL Data Databases Eclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-db-vendor-postgresql |
Version | Version7.12.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-db-vendor-postgresql/ -->
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-db-vendor-postgresql</artifactId>
<version>7.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-db-vendor-postgresql/
implementation 'org.eclipse.che.core:che-core-db-vendor-postgresql:7.12.1'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-db-vendor-postgresql/
implementation ("org.eclipse.che.core:che-core-db-vendor-postgresql:7.12.1")
'org.eclipse.che.core:che-core-db-vendor-postgresql:jar:7.12.1'
<dependency org="org.eclipse.che.core" name="che-core-db-vendor-postgresql" rev="7.12.1">
<artifact name="che-core-db-vendor-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-db-vendor-postgresql', version='7.12.1')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-db-vendor-postgresql" % "7.12.1"
[org.eclipse.che.core/che-core-db-vendor-postgresql "7.12.1"]