database-postgresql
PostgreSQL module to Harium Database
License |
License
Harium Commercial License
|
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdcom.harium.database |
ArtifactId | ArtifactIdpostgresql |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHarium Database PostgreSQL
PostgreSQL module to Harium Database
|
Filename | Size |
---|---|
postgresql-1.0.pom | |
postgresql-1.0.jar | 3 KB |
postgresql-1.0-sources.jar | 1 KB |
postgresql-1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harium.database/postgresql/ -->
<dependency>
<groupId>com.harium.database</groupId>
<artifactId>postgresql</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.database/postgresql/
implementation 'com.harium.database:postgresql:1.0'
// https://jarcasting.com/artifacts/com.harium.database/postgresql/
implementation ("com.harium.database:postgresql:1.0")
'com.harium.database:postgresql:jar:1.0'
<dependency org="com.harium.database" name="postgresql" rev="1.0">
<artifact name="postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.database', module='postgresql', version='1.0')
)
libraryDependencies += "com.harium.database" % "postgresql" % "1.0"
[com.harium.database/postgresql "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.harium.database : ormlite | jar | 1.0 |
org.postgresql : postgresql | jar | 42.1.3 |
Group / Artifact | Type | Version |
---|---|---|
com.harium : dotenv | jar | 1.0.4 |
junit : junit | jar | 4.12 |
PostgreSQL module to Harium Database