Last Version

dk.kosmisk:postgresql-test-jpa 1.0.2

An integration test helper designed for dk.kosmisk:postgresql-maven-plugin. This produces a test environment where code blocks can be processed in a EntityManager transaction. EclipseLink and Hibernate is supported

License

License

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

dk.kosmisk
ArtifactId

ArtifactId

postgresql-test-jpa
Version

Version

1.0.2
Type

Type

jar
Description

Description

dk.kosmisk:postgresql-test-jpa
An integration test helper designed for dk.kosmisk:postgresql-maven-plugin. This produces a test environment where code blocks can be processed in a EntityManager transaction. EclipseLink and Hibernate is supported
Project URL

Project URL

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

Source Code Management

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

Download postgresql-test-jpa 1.0.2


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

Dependencies

compile (4)

Group / Artifact Type Version
dk.kosmisk : postgresql-test-datasource jar 1.0.2
javax.xml.bind : jaxb-api jar 2.3.1
org.eclipse.persistence : eclipselink jar 2.7.5
org.hibernate : hibernate-core jar 5.4.8.Final

provided (1)

Group / Artifact Type Version
junit : junit jar 4.12

runtime (1)

Group / Artifact Type Version
org.glassfish.jaxb : jaxb-runtime jar 2.3.1

test (4)

Group / Artifact Type Version
org.eclipse.persistence : org.eclipse.persistence.jpa jar 2.7.5
org.hibernate : hibernate-entitymanager jar 5.4.8.Final
org.postgresql : postgresql jar 42.2.8
javax.validation : validation-api jar 2.0.1.Final

Project Modules

There are no modules declared in this project.