License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases |
GroupId | GroupIdcom.smattme |
ArtifactId | ArtifactIdmysql-backup4j |
Version | Version1.2.1 |
Type | Typejar |
Description |
Descriptioncom.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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mysql-backup4j-1.2.1.pom | |
mysql-backup4j-1.2.1.jar | 19 KB |
mysql-backup4j-1.2.1-sources.jar | 14 KB |
mysql-backup4j-1.2.1-javadoc.jar | 422 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |