| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииTomcat Контейнер Application Servers |
| Группа | Группаtomcat |
| Идентификатор | Идентификаторservlets-webdav |
| Последняя версия | Последняя версия5.5.23 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| servlets-webdav-5.5.23.pom | |
| servlets-webdav-5.5.23.jar | 21 KB |
| servlets-webdav-5.5.23-sources.jar | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/tomcat/servlets-webdav/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>servlets-webdav</artifactId>
<version>5.5.23</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/servlets-webdav/
implementation 'tomcat:servlets-webdav:5.5.23'
// https://jarcasting.com/artifacts/tomcat/servlets-webdav/
implementation ("tomcat:servlets-webdav:5.5.23")
'tomcat:servlets-webdav:jar:5.5.23'
<dependency org="tomcat" name="servlets-webdav" rev="5.5.23">
<artifact name="servlets-webdav" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='servlets-webdav', version='5.5.23')
)
libraryDependencies += "tomcat" % "servlets-webdav" % "5.5.23"
[tomcat/servlets-webdav "5.5.23"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| tomcat : catalina | jar | 5.5.23 |
| javax.servlet : servlet-api | jar | 2.4 |