Download jcifs-ng-2.0.4.jar file - Jar j

Jar examples for j:jcifs-ng

Description

A pure-java CIFS/SMB client library

You can download jar file jcifs-ng 2.0.4 in this page.

License

LGPL

Build File

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

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

Download

Click the following link to download the jar file.

jcifs-ng-2.0.4-javadoc.jar
jcifs-ng-2.0.4-sources.jar
jcifs-ng-2.0.4.jar
jcifs-ng-2.0.4.pom



Related Tutorials