| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdde.thalia.junit |
| ArtifactId | ArtifactIdpostgres-rule |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionThalia JUnit Rule for Testing with Postgres
Thalia JUnit Rule for Testing with Postgres
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| postgres-rule-1.0.0.pom | |
| postgres-rule-1.0.0.jar | 11 KB |
| postgres-rule-1.0.0-sources.jar | 5 KB |
| postgres-rule-1.0.0-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.thalia.junit/postgres-rule/ -->
<dependency>
<groupId>de.thalia.junit</groupId>
<artifactId>postgres-rule</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.thalia.junit/postgres-rule/
implementation 'de.thalia.junit:postgres-rule:1.0.0'
// https://jarcasting.com/artifacts/de.thalia.junit/postgres-rule/
implementation ("de.thalia.junit:postgres-rule:1.0.0")
'de.thalia.junit:postgres-rule:jar:1.0.0'
<dependency org="de.thalia.junit" name="postgres-rule" rev="1.0.0">
<artifact name="postgres-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.thalia.junit', module='postgres-rule', version='1.0.0')
)
libraryDependencies += "de.thalia.junit" % "postgres-rule" % "1.0.0"
[de.thalia.junit/postgres-rule "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| ru.yandex.qatools.embed : postgresql-embedded | jar | 2.9 |
| junit : junit | jar | 4.12 |
| org.postgresql : postgresql | jar | 42.2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.2 |