License |
License |
---|---|
GroupId | GroupIdorg.codelibs |
ArtifactId | ArtifactIdjcifs |
Last Version | Last Version2.1.31 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjCIFS
JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcifs-2.1.31.pom | |
jcifs-2.1.31.jar | 1 MB |
jcifs-2.1.31-sources.jar | 1006 KB |
jcifs-2.1.31-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs/jcifs/ -->
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>jcifs</artifactId>
<version>2.1.31</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/jcifs/
implementation 'org.codelibs:jcifs:2.1.31'
// https://jarcasting.com/artifacts/org.codelibs/jcifs/
implementation ("org.codelibs:jcifs:2.1.31")
'org.codelibs:jcifs:jar:2.1.31'
<dependency org="org.codelibs" name="jcifs" rev="2.1.31">
<artifact name="jcifs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='jcifs', version='2.1.31')
)
libraryDependencies += "org.codelibs" % "jcifs" % "2.1.31"
[org.codelibs/jcifs "2.1.31"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.bouncycastle : bcprov-jdk15on | jar | 1.68 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 1.9.5 |