is not current version
Last Version 0.0.2

com.fathzer:jdbbackup 0.0.1

A simple java library to perform db backup stored in dropbox

GroupId

GroupId

com.fathzer
ArtifactId

ArtifactId

jdbbackup
Version

Version

0.0.1
Type

Type

jar

Download jdbbackup 0.0.1


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