is not current version
Last Version 0.8.1

org.zalando.stups:junit-postgres 0.6.0


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.zalando.stups
ArtifactId

ArtifactId

junit-postgres
Version

Version

0.6.0
Type

Type

jar

Download junit-postgres 0.6.0


<!-- https://jarcasting.com/artifacts/org.zalando.stups/junit-postgres/ -->
<dependency>
    <groupId>org.zalando.stups</groupId>
    <artifactId>junit-postgres</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.stups/junit-postgres/
implementation 'org.zalando.stups:junit-postgres:0.6.0'
// https://jarcasting.com/artifacts/org.zalando.stups/junit-postgres/
implementation ("org.zalando.stups:junit-postgres:0.6.0")
'org.zalando.stups:junit-postgres:jar:0.6.0'
<dependency org="org.zalando.stups" name="junit-postgres" rev="0.6.0">
  <artifact name="junit-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando.stups', module='junit-postgres', version='0.6.0')
)
libraryDependencies += "org.zalando.stups" % "junit-postgres" % "0.6.0"
[org.zalando.stups/junit-postgres "0.6.0"]