не последняя версия
Последняя версия 0.99.1

com.heliorm:postgresql 0.95


Категории

Категории

PostgreSQL Данные Базы данных ORM
Группа

Группа

com.heliorm
Идентификатор

Идентификатор

postgresql
Версия

Версия

0.95
Тип

Тип

jar

Скачать postgresql 0.95


<!-- https://jarcasting.com/artifacts/com.heliorm/postgresql/ -->
<dependency>
    <groupId>com.heliorm</groupId>
    <artifactId>postgresql</artifactId>
    <version>0.95</version>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/postgresql/
implementation 'com.heliorm:postgresql:0.95'
// https://jarcasting.com/artifacts/com.heliorm/postgresql/
implementation ("com.heliorm:postgresql:0.95")
'com.heliorm:postgresql:jar:0.95'
<dependency org="com.heliorm" name="postgresql" rev="0.95">
  <artifact name="postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='postgresql', version='0.95')
)
libraryDependencies += "com.heliorm" % "postgresql" % "0.95"
[com.heliorm/postgresql "0.95"]