is not current version
Last Version 0.0.2

com.github.ice-zero-cat:backup 0.0.1

mysql backup

GroupId

GroupId

com.github.ice-zero-cat
ArtifactId

ArtifactId

backup
Version

Version

0.0.1
Type

Type

jar

Download backup 0.0.1


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