License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdcom.xdev-software |
ArtifactId | ArtifactIdxapi-db-postgresql |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSqlEngine Database Adapter PostgreSQL
XAPI SqlEngine Database Adapter for PostgreSQL
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xapi-db-postgresql-6.0.0.pom | |
xapi-db-postgresql-6.0.0.jar | 25 KB |
xapi-db-postgresql-6.0.0-sources.jar | 19 KB |
xapi-db-postgresql-6.0.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xdev-software/xapi-db-postgresql/ -->
<dependency>
<groupId>com.xdev-software</groupId>
<artifactId>xapi-db-postgresql</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xdev-software/xapi-db-postgresql/
implementation 'com.xdev-software:xapi-db-postgresql:6.0.0'
// https://jarcasting.com/artifacts/com.xdev-software/xapi-db-postgresql/
implementation ("com.xdev-software:xapi-db-postgresql:6.0.0")
'com.xdev-software:xapi-db-postgresql:jar:6.0.0'
<dependency org="com.xdev-software" name="xapi-db-postgresql" rev="6.0.0">
<artifact name="xapi-db-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xdev-software', module='xapi-db-postgresql', version='6.0.0')
)
libraryDependencies += "com.xdev-software" % "xapi-db-postgresql" % "6.0.0"
[com.xdev-software/xapi-db-postgresql "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.xdev-software : xapi | jar | 6.0.0 |
postgresql : postgresql | jar | 9.0-801.jdbc4 |