Last Version

dk.kosmisk:postgresql-test-datasource 1.0.2

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.

License

License

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

dk.kosmisk
ArtifactId

ArtifactId

postgresql-test-datasource
Version

Version

1.0.2
Type

Type

jar
Description

Description

dk.kosmisk:postgresql-test-datasource
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.
Project URL

Project URL

https://github.com/kosmisk-dk/postgresql-test-datasource/
Source Code Management

Source Code Management

https://github.com/kosmisk-dk/postgresql-test-datasource/tree/master

Download postgresql-test-datasource 1.0.2


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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-dbcp2 jar 2.7.0
com.google.code.findbugs : annotations jar 3.0.1

test (2)

Group / Artifact Type Version
org.postgresql : postgresql jar 42.2.8
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.