EMCECS / nfs-client-java

Native Java NFS client
Apache License 2.0
70 stars 33 forks source link

Add maven package info to README #14

Closed mdvorak closed 5 years ago

mdvorak commented 7 years ago

This library is published to mvn central, however there is no information about it. Found it here: https://mvnrepository.com/artifact/com.emc.ecs/nfs-client/1.0.3

Please following section (or improve it):

Installation

You can download the library as Maven dependency from Maven Central Repository:

<dependency>
    <groupId>com.emc.ecs</groupId>
    <artifactId>nfs-client</artifactId>
    <version>1.0.3</version>
</dependency>

Thanks

mdvorak commented 7 years ago

Found it after posting on Wiki: https://github.com/EMCECS/nfs-client-java/wiki

Still would be nice to have it on readme, its good practice to have it there. Also wiki link is old, artifactId changed since then.

DavidASeibert commented 5 years ago

Done.

DavidASeibert commented 5 years ago

Wiki link is not changed, as the Sonatype search engine somehow cannot find the latest version.