License |
License |
---|---|
GroupId | GroupIdcom.fathzer |
ArtifactId | ArtifactIdjdbbackup |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA simple java library to perform db backup stored in dropbox
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jdbbackup-0.0.2.pom | |
jdbbackup-0.0.2.jar | 20 KB |
jdbbackup-0.0.2-sources.jar | 10 KB |
jdbbackup-0.0.2-javadoc.jar | 80 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |