| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииUML Прикладные библиотеки Documents Processing |
| Группа | Группаorg.umlg |
| Идентификатор | Идентификаторsqlg-postgres-parent |
| Версия | Версия2.1.5 |
| Тип | Типpom |
| Описание |
Описаниеsqlg :: sqlg
Sqlg is a tinkerpop 3 implementation on top of a rdbms.
|
| Имя Файла | Размер |
|---|---|
| sqlg-postgres-parent-2.1.5.pom | 675 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.umlg/sqlg-postgres-parent/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>sqlg-postgres-parent</artifactId>
<version>2.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/sqlg-postgres-parent/
implementation 'org.umlg:sqlg-postgres-parent:2.1.5'
// https://jarcasting.com/artifacts/org.umlg/sqlg-postgres-parent/
implementation ("org.umlg:sqlg-postgres-parent:2.1.5")
'org.umlg:sqlg-postgres-parent:pom:2.1.5'
<dependency org="org.umlg" name="sqlg-postgres-parent" rev="2.1.5">
<artifact name="sqlg-postgres-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='sqlg-postgres-parent', version='2.1.5')
)
libraryDependencies += "org.umlg" % "sqlg-postgres-parent" % "2.1.5"
[org.umlg/sqlg-postgres-parent "2.1.5"]