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