Last Version

nfsclient 1.0.0-rc.1

NFS Client for Java - provides read/write access to data on NFS servers. The current implementation supports only NFS version 3.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.emc.ecs
ArtifactId

ArtifactId

nfsclient
Version

Version

1.0.0-rc.1
Type

Type

jar
Description

Description

nfsclient
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

https://community.emc.com/community/products/vipr#developer
Source Code Management

Source Code Management

https://github.com/EMCECS/nfs-client-java

Download nfsclient 1.0.0-rc.1


<!-- 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"]

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.slf4j : slf4j-simple jar 1.7.5

Project Modules

There are no modules declared in this project.