| Категории |
КатегорииPostgreSQL Данные Базы данных |
|---|---|
| Группа | Группаorg.bitbucket.bradleysmithllc.etlunit |
| Идентификатор | Идентификаторetlunit-postgresql-database |
| Версия | Версия3.4.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etlunit/etlunit-postgresql-database/ -->
<dependency>
<groupId>org.bitbucket.bradleysmithllc.etlunit</groupId>
<artifactId>etlunit-postgresql-database</artifactId>
<version>3.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etlunit/etlunit-postgresql-database/
implementation 'org.bitbucket.bradleysmithllc.etlunit:etlunit-postgresql-database:3.4.4'
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etlunit/etlunit-postgresql-database/
implementation ("org.bitbucket.bradleysmithllc.etlunit:etlunit-postgresql-database:3.4.4")
'org.bitbucket.bradleysmithllc.etlunit:etlunit-postgresql-database:jar:3.4.4'
<dependency org="org.bitbucket.bradleysmithllc.etlunit" name="etlunit-postgresql-database" rev="3.4.4">
<artifact name="etlunit-postgresql-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.bradleysmithllc.etlunit', module='etlunit-postgresql-database', version='3.4.4')
)
libraryDependencies += "org.bitbucket.bradleysmithllc.etlunit" % "etlunit-postgresql-database" % "3.4.4"
[org.bitbucket.bradleysmithllc.etlunit/etlunit-postgresql-database "3.4.4"]