is not current version
Last Version 1.0.3

com.emc.ecs:nfs-client 1.0.2

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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.emc.ecs
ArtifactId

ArtifactId

nfs-client
Version

Version

1.0.2
Type

Type

jar

Download nfs-client 1.0.2


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