Download nfs-client-1.0.3.jar file - Jar n

Jar examples for n:nfs-client

Description

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

You can download jar file nfs-client 1.0.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add nfs-client-1.0.3.jar to your project.

<dependency>
   <groupId>com.emc.ecs</groupId>
   <artifactId>nfs-client</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'com.emc.ecs', name: 'nfs-client', version: '1.0.3'
libraryDependencies += "com.emc.ecs" % "nfs-client" % "1.0.3"
<dependency org="com.emc.ecs" name="nfs-client" rev="1.0.3"/>
@Grapes(@Grab(group='com.emc.ecs', module='nfs-client', version='1.0.3'))
'com.emc.ecs:nfs-client:jar:1.0.3'

Download

Click the following link to download the jar file.

nfs-client-1.0.3-javadoc.jar
nfs-client-1.0.3-sources.jar
nfs-client-1.0.3.jar
nfs-client-1.0.3.pom



Related Tutorials