Last Version

com.github.ludoviccarretti:postgresql-backup4j 1.0.1

This is a simple library for backing up postgresql databases and sending to emails, cloud storage and so on. It also provide a method for programmatically, importing SQL queries generated during the export process,

License

License

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

com.github.ludoviccarretti
ArtifactId

ArtifactId

postgresql-backup4j
Version

Version

1.0.1
Type

Type

jar
Description

Description

com.github.ludoviccarretti:postgresql-backup4j
This is a simple library for backing up postgresql databases and sending to emails, cloud storage and so on. It also provide a method for programmatically, importing SQL queries generated during the export process,
Project URL

Project URL

https://github.com/ludoviccarretti/postresql-backup4j
Source Code Management

Source Code Management

https://github.com/ludoviccarretti/postresql-backup4j

Download postgresql-backup4j 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.ludoviccarretti/postgresql-backup4j/ -->
<dependency>
    <groupId>com.github.ludoviccarretti</groupId>
    <artifactId>postgresql-backup4j</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ludoviccarretti/postgresql-backup4j/
implementation 'com.github.ludoviccarretti:postgresql-backup4j:1.0.1'
// https://jarcasting.com/artifacts/com.github.ludoviccarretti/postgresql-backup4j/
implementation ("com.github.ludoviccarretti:postgresql-backup4j:1.0.1")
'com.github.ludoviccarretti:postgresql-backup4j:jar:1.0.1'
<dependency org="com.github.ludoviccarretti" name="postgresql-backup4j" rev="1.0.1">
  <artifact name="postgresql-backup4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ludoviccarretti', module='postgresql-backup4j', version='1.0.1')
)
libraryDependencies += "com.github.ludoviccarretti" % "postgresql-backup4j" % "1.0.1"
[com.github.ludoviccarretti/postgresql-backup4j "1.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.postgresql : postgresql jar 42.2.8
org.zeroturnaround : zt-zip jar 1.12
javax.mail : mail jar 1.5.0-b01
org.slf4j : slf4j-api jar 1.7.25

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.25
org.junit.jupiter : junit-jupiter-api jar 5.0.0-M4

Project Modules

There are no modules declared in this project.