License |
License |
---|---|
Categories |
CategoriesDocker Container Virtualization Tools JUnit Unit Testing |
GroupId | GroupIdcom.intapp |
ArtifactId | ArtifactIdjunit-docker-postrgres |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit-docker-postgres
Utility tool to run Postgres container to help you writing isolated test with JUnit
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.intapp/junit-docker-postrgres/ -->
<dependency>
<groupId>com.intapp</groupId>
<artifactId>junit-docker-postrgres</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.intapp/junit-docker-postrgres/
implementation 'com.intapp:junit-docker-postrgres:1.0'
// https://jarcasting.com/artifacts/com.intapp/junit-docker-postrgres/
implementation ("com.intapp:junit-docker-postrgres:1.0")
'com.intapp:junit-docker-postrgres:jar:1.0'
<dependency org="com.intapp" name="junit-docker-postrgres" rev="1.0">
<artifact name="junit-docker-postrgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intapp', module='junit-docker-postrgres', version='1.0')
)
libraryDependencies += "com.intapp" % "junit-docker-postrgres" % "1.0"
[com.intapp/junit-docker-postrgres "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.postgresql : postgresql | jar | 9.4.1208.jre7 |
com.spotify : docker-client | jar | 3.6.8 |
org.slf4j : slf4j-api | jar | 1.7.16 |