| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.afrunt.pgs |
| ArtifactId | ArtifactIdpg-snapshot-datasource |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionPG-Snapshot-DataSource
Open source library that allows creating snapshots of embedded postgres database state and restore from
them
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pg-snapshot-datasource-0.1.pom | |
| pg-snapshot-datasource-0.1.jar | 11 KB |
| pg-snapshot-datasource-0.1-sources.jar | 7 KB |
| pg-snapshot-datasource-0.1-javadoc.jar | 396 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.afrunt.pgs/pg-snapshot-datasource/ -->
<dependency>
<groupId>com.afrunt.pgs</groupId>
<artifactId>pg-snapshot-datasource</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.afrunt.pgs/pg-snapshot-datasource/
implementation 'com.afrunt.pgs:pg-snapshot-datasource:0.1'
// https://jarcasting.com/artifacts/com.afrunt.pgs/pg-snapshot-datasource/
implementation ("com.afrunt.pgs:pg-snapshot-datasource:0.1")
'com.afrunt.pgs:pg-snapshot-datasource:jar:0.1'
<dependency org="com.afrunt.pgs" name="pg-snapshot-datasource" rev="0.1">
<artifact name="pg-snapshot-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.afrunt.pgs', module='pg-snapshot-datasource', version='0.1')
)
libraryDependencies += "com.afrunt.pgs" % "pg-snapshot-datasource" % "0.1"
[com.afrunt.pgs/pg-snapshot-datasource "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.zonky.test : embedded-postgres Optional | jar | 1.2.10 |
| org.slf4j : slf4j-api Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-jdbc | jar | |
| org.junit.jupiter : junit-jupiter | jar | |
| org.assertj : assertj-core | jar | |
| junit : junit | jar | |
| org.slf4j : slf4j-simple | jar |