License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.caitaojun.ctjdfs |
ArtifactId | ArtifactIdctjdfs-client |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjava achieve Distributed file system
|
Project URL |
Project URL |
Filename | Size |
---|---|
ctjdfs-client-1.0.pom | |
ctjdfs-client-1.0.jar | 8 KB |
ctjdfs-client-1.0-sources.jar | 4 KB |
ctjdfs-client-1.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.caitaojun.ctjdfs/ctjdfs-client/ -->
<dependency>
<groupId>com.caitaojun.ctjdfs</groupId>
<artifactId>ctjdfs-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.caitaojun.ctjdfs/ctjdfs-client/
implementation 'com.caitaojun.ctjdfs:ctjdfs-client:1.0'
// https://jarcasting.com/artifacts/com.caitaojun.ctjdfs/ctjdfs-client/
implementation ("com.caitaojun.ctjdfs:ctjdfs-client:1.0")
'com.caitaojun.ctjdfs:ctjdfs-client:jar:1.0'
<dependency org="com.caitaojun.ctjdfs" name="ctjdfs-client" rev="1.0">
<artifact name="ctjdfs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.caitaojun.ctjdfs', module='ctjdfs-client', version='1.0')
)
libraryDependencies += "com.caitaojun.ctjdfs" % "ctjdfs-client" % "1.0"
[com.caitaojun.ctjdfs/ctjdfs-client "1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.10 |
commons-io : commons-io | jar | 2.5 |
org.apache.commons : commons-lang3 | jar | 3.4 |
com.h2database : h2 | jar | 1.3.168 |
com.alibaba : fastjson | jar | 1.2.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |