Download testing-postgresql-server-0.3.jar file - Jar t

Jar examples for t:testing-postgresql-server

Description

Embedded PostgreSQL server for use in tests

You can download jar file testing-postgresql-server 0.3 in this page.

Build File

You can use the following script to add testing-postgresql-server-0.3.jar to your project.

<dependency>
   <groupId>io.airlift</groupId>
   <artifactId>testing-postgresql-server</artifactId>
   <version>0.3</version>
</dependency>
compile group: 'io.airlift', name: 'testing-postgresql-server', version: '0.3'
libraryDependencies += "io.airlift" % "testing-postgresql-server" % "0.3"
<dependency org="io.airlift" name="testing-postgresql-server" rev="0.3"/>
@Grapes(@Grab(group='io.airlift', module='testing-postgresql-server', version='0.3'))
'io.airlift:testing-postgresql-server:jar:0.3'

Download

Click the following link to download the jar file.

testing-postgresql-server-0.3-javadoc.jar
testing-postgresql-server-0.3-sources.jar
testing-postgresql-server-0.3-test-sources.jar
testing-postgresql-server-0.3-tests.jar
testing-postgresql-server-0.3.jar
testing-postgresql-server-0.3.pom



Related Tutorials