com.fathzer:jdbbackup

A simple java library to perform db backup stored in dropbox

License

License

GroupId

GroupId

com.fathzer
ArtifactId

ArtifactId

jdbbackup
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

A simple java library to perform db backup stored in dropbox
Source Code Management

Source Code Management

http://svn.code.sf.net/p/jdbbackup/code/trunk/jdbbackup

Download jdbbackup

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
args4j : args4j jar 2.32
org.reflections : reflections jar 0.9.10
com.jcraft : jsch jar 0.1.54
com.dropbox.core : dropbox-core-sdk jar 2.1.1

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1