| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.springframework |
| Идентификатор | Идентификаторspring-webmvc-portlet |
| Версия | Версия4.3.30.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеSpring Web Portlet
Spring Web Portlet
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-webmvc-portlet/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<version>4.3.30.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-webmvc-portlet/
implementation 'org.springframework:spring-webmvc-portlet:4.3.30.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-webmvc-portlet/
implementation ("org.springframework:spring-webmvc-portlet:4.3.30.RELEASE")
'org.springframework:spring-webmvc-portlet:jar:4.3.30.RELEASE'
<dependency org="org.springframework" name="spring-webmvc-portlet" rev="4.3.30.RELEASE">
<artifact name="spring-webmvc-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-webmvc-portlet', version='4.3.30.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-webmvc-portlet" % "4.3.30.RELEASE"
[org.springframework/spring-webmvc-portlet "4.3.30.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-beans | jar | 4.3.30.RELEASE |
| org.springframework : spring-context | jar | 4.3.30.RELEASE |
| org.springframework : spring-core | jar | 4.3.30.RELEASE |
| org.springframework : spring-web | jar | 4.3.30.RELEASE |
| org.springframework : spring-webmvc | jar | 4.3.30.RELEASE |
| commons-fileupload : commons-fileupload Необязательный | jar | 1.3.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.portlet : portlet-api | jar | 2.0 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |