| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.codelibs |
| Идентификатор | Идентификаторjcifs |
| Версия | Версия2.1.31 |
| Тип | Типjar |
| Описание |
ОписаниеjCIFS
JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jcifs-2.1.31.pom | |
| jcifs-2.1.31.jar | 1 MB |
| jcifs-2.1.31-sources.jar | 1010 KB |
| jcifs-2.1.31-javadoc.jar | 4 MB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.68 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 1.9.5 |