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