j

jcifs

JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java
http://jcifs.samba.org
GNU Lesser General Public License, version 2.1
Michael B. Allen
Files download
File Operation
jcifs-1.3.17.jar download
jcifs-1.3.17.pom download
jcifs-1.3.17-sources.jar download
Apache Maven
<dependency>
  <groupId>jcifs</groupId>
  <artifactId>jcifs</artifactId>
  <version>1.3.17</version>
</dependency>
Gradle Groovy
implementation 'jcifs:jcifs:1.3.17'
Gradle Kotlin
implementation("jcifs:jcifs:1.3.17")
Scala SBT
libraryDependencies += "jcifs" % "jcifs" % "1.3.17"
Groovy Grape
@Grapes(
  @Grab(group='jcifs', module='jcifs', version='1.3.17')
)
Apache Ivy
<dependency org="jcifs" name="jcifs" rev="1.3.17" />
Leiningen
[jcifs/jcifs "1.3.17"]
Apache Buildr
'jcifs:jcifs:jar:1.3.17'
Dependencies