Categories |
CategoriesPostgreSQL Data Databases ORM |
---|---|
GroupId | GroupIdcom.heliorm |
ArtifactId | ArtifactIdpostgresql |
Version | Version0.85 |
Type | Typejar |
Filename | Size |
---|---|
postgresql-0.85.pom | |
postgresql-0.85.jar | 8 KB |
postgresql-0.85-sources.jar | 4 KB |
postgresql-0.85-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heliorm/postgresql/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>postgresql</artifactId>
<version>0.85</version>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/postgresql/
implementation 'com.heliorm:postgresql:0.85'
// https://jarcasting.com/artifacts/com.heliorm/postgresql/
implementation ("com.heliorm:postgresql:0.85")
'com.heliorm:postgresql:jar:0.85'
<dependency org="com.heliorm" name="postgresql" rev="0.85">
<artifact name="postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='postgresql', version='0.85')
)
libraryDependencies += "com.heliorm" % "postgresql" % "0.85"
[com.heliorm/postgresql "0.85"]