j

jcifs-ng

A pure-java CIFS/SMB client library
https://github.com/AgNO3/jcifs-ng/
LGPL
Moritz Bechler
Files download
File Operation
jcifs-ng-1.5.2.jar download
jcifs-ng-1.5.2.pom download
jcifs-ng-1.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.agno3.jcifs</groupId>
  <artifactId>jcifs-ng</artifactId>
  <version>1.5.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'eu.agno3.jcifs:jcifs-ng:1.5.2'
Gradle Kotlin
implementation("eu.agno3.jcifs:jcifs-ng:1.5.2")
Scala SBT
libraryDependencies += "eu.agno3.jcifs" % "jcifs-ng" % "1.5.2"
Groovy Grape
@Grapes(
  @Grab(group='eu.agno3.jcifs', module='jcifs-ng', version='1.5.2')
)
Apache Ivy
<dependency org="eu.agno3.jcifs" name="jcifs-ng" rev="1.5.2" />
Leiningen
[eu.agno3.jcifs/jcifs-ng "1.5.2"]
Apache Buildr
'eu.agno3.jcifs:jcifs-ng:jar:1.5.2'