| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.fathzer |
| Идентификатор | Идентификаторjdbbackup |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA simple java library to perform db backup stored in dropbox
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |