License |
License
Testegration Commercial License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.piotrturski.testegration |
ArtifactId | ArtifactIdpostgres |
Last Version | Last Version0.0.2-beta |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestegration
Allows easy integration tests that require external storage.
|
Filename | Size |
---|---|
postgres-0.0.2-beta.pom | |
postgres-0.0.2-beta.jar | 7 KB |
postgres-0.0.2-beta-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.piotrturski.testegration/postgres/ -->
<dependency>
<groupId>net.piotrturski.testegration</groupId>
<artifactId>postgres</artifactId>
<version>0.0.2-beta</version>
</dependency>
// https://jarcasting.com/artifacts/net.piotrturski.testegration/postgres/
implementation 'net.piotrturski.testegration:postgres:0.0.2-beta'
// https://jarcasting.com/artifacts/net.piotrturski.testegration/postgres/
implementation ("net.piotrturski.testegration:postgres:0.0.2-beta")
'net.piotrturski.testegration:postgres:jar:0.0.2-beta'
<dependency org="net.piotrturski.testegration" name="postgres" rev="0.0.2-beta">
<artifact name="postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.piotrturski.testegration', module='postgres', version='0.0.2-beta')
)
libraryDependencies += "net.piotrturski.testegration" % "postgres" % "0.0.2-beta"
[net.piotrturski.testegration/postgres "0.0.2-beta"]
Group / Artifact | Type | Version |
---|---|---|
net.piotrturski.testegration : core | jar | 0.0.2-beta |