| License |
License |
|---|---|
| Categories |
CategoriesPostgreSQL Data Databases ORM |
| GroupId | GroupIdcom.heliorm |
| ArtifactId | ArtifactIdpostgresql |
| Version | Version0.97 |
| Type | Typejar |
| Description |
Description[HeliORM] PostgreSQL Driver
HeliORM - A Type-safe Object Relational Mapper
|
| Filename | Size |
|---|---|
| postgresql-0.97.pom | |
| postgresql-0.97.jar | 8 KB |
| postgresql-0.97-sources.jar | 4 KB |
| postgresql-0.97-javadoc.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.heliorm/postgresql/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>postgresql</artifactId>
<version>0.97</version>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/postgresql/
implementation 'com.heliorm:postgresql:0.97'
// https://jarcasting.com/artifacts/com.heliorm/postgresql/
implementation ("com.heliorm:postgresql:0.97")
'com.heliorm:postgresql:jar:0.97'
<dependency org="com.heliorm" name="postgresql" rev="0.97">
<artifact name="postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='postgresql', version='0.97')
)
libraryDependencies += "com.heliorm" % "postgresql" % "0.97"
[com.heliorm/postgresql "0.97"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.heliorm : core | jar | 0.97 |