Last Version

com.smattme:mysql-backup4j 1.2.1

This is a simple library for backing up mysql 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

MySQL Data Databases
GroupId

GroupId

com.smattme
ArtifactId

ArtifactId

mysql-backup4j
Version

Version

1.2.1
Type

Type

jar
Description

Description

com.smattme:mysql-backup4j
This is a simple library for backing up mysql 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/SeunMatt/mysql-backup4j
Source Code Management

Source Code Management

https://github.com/SeunMatt/mysql-backup4j/tree/master

Download mysql-backup4j 1.2.1


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

Dependencies

compile (4)

Group / Artifact Type Version
mysql : mysql-connector-java jar 8.0.21
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.7.0

Project Modules

There are no modules declared in this project.