License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdorg.postgresql |
ArtifactId | ArtifactIdpgjdbc-osgi-test |
Last Version | Last Version42.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpgdjbc Pgjdbc-osgi-test
PostgreSQL JDBC Driver Pgjdbc-osgi-test
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pgjdbc-osgi-test-42.4.0.pom | |
pgjdbc-osgi-test-42.4.0.jar | 384 bytes |
pgjdbc-osgi-test-42.4.0-sources.jar | 384 bytes |
pgjdbc-osgi-test-42.4.0-javadoc.jar | 384 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.postgresql/pgjdbc-osgi-test/ -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>pgjdbc-osgi-test</artifactId>
<version>42.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.postgresql/pgjdbc-osgi-test/
implementation 'org.postgresql:pgjdbc-osgi-test:42.4.0'
// https://jarcasting.com/artifacts/org.postgresql/pgjdbc-osgi-test/
implementation ("org.postgresql:pgjdbc-osgi-test:42.4.0")
'org.postgresql:pgjdbc-osgi-test:jar:42.4.0'
<dependency org="org.postgresql" name="pgjdbc-osgi-test" rev="42.4.0">
<artifact name="pgjdbc-osgi-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.postgresql', module='pgjdbc-osgi-test', version='42.4.0')
)
libraryDependencies += "org.postgresql" % "pgjdbc-osgi-test" % "42.4.0"
[org.postgresql/pgjdbc-osgi-test "42.4.0"]