| Категории |
КатегорииPostgreSQL Данные Базы данных ORM |
|---|---|
| Группа | Группаcom.heliorm |
| Идентификатор | Идентификаторpostgresql |
| Версия | Версия0.89 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| postgresql-0.89.pom | |
| postgresql-0.89.jar | 8 KB |
| postgresql-0.89-sources.jar | 4 KB |
| postgresql-0.89-javadoc.jar | 397 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.heliorm/postgresql/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>postgresql</artifactId>
<version>0.89</version>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/postgresql/
implementation 'com.heliorm:postgresql:0.89'
// https://jarcasting.com/artifacts/com.heliorm/postgresql/
implementation ("com.heliorm:postgresql:0.89")
'com.heliorm:postgresql:jar:0.89'
<dependency org="com.heliorm" name="postgresql" rev="0.89">
<artifact name="postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='postgresql', version='0.89')
)
libraryDependencies += "com.heliorm" % "postgresql" % "0.89"
[com.heliorm/postgresql "0.89"]