You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,22 @@ rel="self">NFSv2</a>, and <a href=
16
16
rel="self">NFSv3</a> protocols in client side form.
17
17
18
18
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.
19
+
20
+
##Maven
21
+
###Dependency
22
+
23
+
<dependency>
24
+
<groupId>com.sun</groupId>
25
+
<artifactId>yanfs</artifactId>
26
+
<version>1.3</version>
27
+
</dependency>
28
+
29
+
###Repository
30
+
Till the release is added to JCentral you can use this repo