j

jcifs-ng

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