Categories |
CategoriesPostgreSQL Data Databases Eclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-db-vendor-postgresql |
Version | Version6.13.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>6.13.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:6.13.1'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-db-vendor-postgresql/
implementation ("org.eclipse.che.core:che-core-db-vendor-postgresql:6.13.1")
'org.eclipse.che.core:che-core-db-vendor-postgresql:jar:6.13.1'
<dependency org="org.eclipse.che.core" name="che-core-db-vendor-postgresql" rev="6.13.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='6.13.1')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-db-vendor-postgresql" % "6.13.1"
[org.eclipse.che.core/che-core-db-vendor-postgresql "6.13.1"]