JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java. From version 2.x, this project is forked from jcifs-ng.
Put the following block into pom.xml if using Maven:
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>jcifs</artifactId>
<version>2.x.y</version>
</dependency>
Run the following to install the newest master version into your local ~/.m2/repository
:
mvn -C clean install -DskipTests -Dmaven.javadoc.skip=true -Dgpg.skip=true