Migrated from https://java.net/projects/yanfs/sources/svn/show
This project represents a Java implementation of the XDR, RPC, NFSv2, and NFSv3 protocols in client side form.
WebNFS was the original name for this implementation but the name has changed to reflect the expanded scope of the project to include a server side implementation.
<dependency>
<groupId>com.sun</groupId>
<artifactId>yanfs</artifactId>
<version>1.3</version>
</dependency>
The release is hosted at JCentral (http://jcenter.bintray.com/com/sun/yanfs/1.3/) which is usually included by recent maven releases. If not use:
<repository>
<id>bintray-jcenter</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>