Download jcifs-1.3.18.3.jar file - Jar j

Jar examples for j:jcifs

Description

JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java

You can download jar file jcifs 1.3.18.3 in this page.

License

GNU Lesser General Public License, version 2.1

Build File

You can use the following script to add jcifs-1.3.18.3.jar to your project.

<dependency>
   <groupId>org.codelibs</groupId>
   <artifactId>jcifs</artifactId>
   <version>1.3.18.3</version>
</dependency>
compile group: 'org.codelibs', name: 'jcifs', version: '1.3.18.3'
libraryDependencies += "org.codelibs" % "jcifs" % "1.3.18.3"
<dependency org="org.codelibs" name="jcifs" rev="1.3.18.3"/>
@Grapes(@Grab(group='org.codelibs', module='jcifs', version='1.3.18.3'))
'org.codelibs:jcifs:jar:1.3.18.3'

Download

Click the following link to download the jar file.

jcifs-1.3.18.3-javadoc.jar
jcifs-1.3.18.3-sources.jar
jcifs-1.3.18.3.jar
jcifs-1.3.18.3.pom



Related Tutorials