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