License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdcom.googlecode.etl-unit |
ArtifactId | ArtifactIdetlunit-postgresql-database |
Version | Version1.6.9 |
Type | Typejar |
Description |
Descriptionetlunit-postgresql-database
etl-unit is a testing framework for ETL tools.
|
<!-- https://jarcasting.com/artifacts/com.googlecode.etl-unit/etlunit-postgresql-database/ -->
<dependency>
<groupId>com.googlecode.etl-unit</groupId>
<artifactId>etlunit-postgresql-database</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.etl-unit/etlunit-postgresql-database/
implementation 'com.googlecode.etl-unit:etlunit-postgresql-database:1.6.9'
// https://jarcasting.com/artifacts/com.googlecode.etl-unit/etlunit-postgresql-database/
implementation ("com.googlecode.etl-unit:etlunit-postgresql-database:1.6.9")
'com.googlecode.etl-unit:etlunit-postgresql-database:jar:1.6.9'
<dependency org="com.googlecode.etl-unit" name="etlunit-postgresql-database" rev="1.6.9">
<artifact name="etlunit-postgresql-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.etl-unit', module='etlunit-postgresql-database', version='1.6.9')
)
libraryDependencies += "com.googlecode.etl-unit" % "etlunit-postgresql-database" % "1.6.9"
[com.googlecode.etl-unit/etlunit-postgresql-database "1.6.9"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.etl-unit : etlunit-core | jar | 1.6.9 |
com.googlecode.etl-unit : etlunit-database | jar | 1.6.9 |
postgresql : postgresql | jar | 9.1-901.jdbc4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |