is not current version
Last Version 1.0.2

dk.kosmisk:postgresql-test-datasource 1.0.1

An integration test helper designed for dk.kosmisk:postgresql-maven-plugin. It is able to create a DataSource that connects to a postgresql, given a system-property with a port in it and a database name, or a URI in an environment variable or from PG* environment variables or to a personal PostgreSQL instance, with user/password/database-name which is the same as the user name for the user running the tests.

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

dk.kosmisk
ArtifactId

ArtifactId

postgresql-test-datasource
Version

Version

1.0.1
Type

Type

jar

Download postgresql-test-datasource 1.0.1


<!-- https://jarcasting.com/artifacts/dk.kosmisk/postgresql-test-datasource/ -->
<dependency>
    <groupId>dk.kosmisk</groupId>
    <artifactId>postgresql-test-datasource</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dk.kosmisk/postgresql-test-datasource/
implementation 'dk.kosmisk:postgresql-test-datasource:1.0.1'
// https://jarcasting.com/artifacts/dk.kosmisk/postgresql-test-datasource/
implementation ("dk.kosmisk:postgresql-test-datasource:1.0.1")
'dk.kosmisk:postgresql-test-datasource:jar:1.0.1'
<dependency org="dk.kosmisk" name="postgresql-test-datasource" rev="1.0.1">
  <artifact name="postgresql-test-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.kosmisk', module='postgresql-test-datasource', version='1.0.1')
)
libraryDependencies += "dk.kosmisk" % "postgresql-test-datasource" % "1.0.1"
[dk.kosmisk/postgresql-test-datasource "1.0.1"]