Jar examples for j:jcifs
JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java
You can download jar file jcifs 1.2.6 in this page.
GNU Lesser General Public License, version 2.1
You can use the following script to add jcifs-1.2.6.jar to your project.
<dependency> <groupId>jcifs</groupId> <artifactId>jcifs</artifactId> <version>1.2.6</version> </dependency>
compile group: 'jcifs', name: 'jcifs', version: '1.2.6'
libraryDependencies += "jcifs" % "jcifs" % "1.2.6"
<dependency org="jcifs" name="jcifs" rev="1.2.6"/>
@Grapes(@Grab(group='jcifs', module='jcifs', version='1.2.6'))
'jcifs:jcifs:jar:1.2.6'
Click the following link to download the jar file.
jcifs-1.2.6.pom