License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.emc.ecs |
ArtifactId | ArtifactIdnfsclient |
Version | Version1.0.0-rc.1 |
Type | Typejar |
Description |
Descriptionnfsclient
NFS Client for Java - provides read/write access to data on NFS servers. The current implementation supports only NFS version 3.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nfsclient-1.0.0-rc.1.pom | |
nfsclient-1.0.0-rc.1.jar | 167 KB |
nfsclient-1.0.0-rc.1-sources.jar | 203 KB |
nfsclient-1.0.0-rc.1-javadoc.jar | 556 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.emc.ecs/nfsclient/ -->
<dependency>
<groupId>com.emc.ecs</groupId>
<artifactId>nfsclient</artifactId>
<version>1.0.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.emc.ecs/nfsclient/
implementation 'com.emc.ecs:nfsclient:1.0.0-rc.1'
// https://jarcasting.com/artifacts/com.emc.ecs/nfsclient/
implementation ("com.emc.ecs:nfsclient:1.0.0-rc.1")
'com.emc.ecs:nfsclient:jar:1.0.0-rc.1'
<dependency org="com.emc.ecs" name="nfsclient" rev="1.0.0-rc.1">
<artifact name="nfsclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emc.ecs', module='nfsclient', version='1.0.0-rc.1')
)
libraryDependencies += "com.emc.ecs" % "nfsclient" % "1.0.0-rc.1"
[com.emc.ecs/nfsclient "1.0.0-rc.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
org.jboss.netty : netty | jar | 3.2.8.Final |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-simple | jar | 1.7.5 |