is not current version
Last Version 0.9.12

io.leopard:leopard-dfs 0.9.4

分布式文件系统实现,目前只是做了基于GridFS的实现,可以在本机文件系统进行缓存。

GroupId

GroupId

io.leopard
ArtifactId

ArtifactId

leopard-dfs
Version

Version

0.9.4
Type

Type

jar

Download leopard-dfs 0.9.4


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