| License |
License |
|---|---|
| GroupId | GroupIdjcifs |
| ArtifactId | ArtifactIdjcifs |
| Last Version | Last Version1.3.17 |
| 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-1.3.17.pom | |
| jcifs-1.3.17.jar | 392 KB |
| jcifs-1.3.17-sources.jar | 333 KB |
| jcifs-1.3.17-javadoc.jar | 912 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jcifs/jcifs/ -->
<dependency>
<groupId>jcifs</groupId>
<artifactId>jcifs</artifactId>
<version>1.3.17</version>
</dependency>
// https://jarcasting.com/artifacts/jcifs/jcifs/
implementation 'jcifs:jcifs:1.3.17'
// https://jarcasting.com/artifacts/jcifs/jcifs/
implementation ("jcifs:jcifs:1.3.17")
'jcifs:jcifs:jar:1.3.17'
<dependency org="jcifs" name="jcifs" rev="1.3.17">
<artifact name="jcifs" type="jar" />
</dependency>
@Grapes(
@Grab(group='jcifs', module='jcifs', version='1.3.17')
)
libraryDependencies += "jcifs" % "jcifs" % "1.3.17"
[jcifs "1.3.17"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |