| Группа | Группаorg.springframework |
|---|---|
| Идентификатор | Идентификаторspring-portlet |
| Версия | Версия2.0.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-portlet-2.0.7.pom | |
| spring-portlet-2.0.7.jar | 114 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-portlet/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-portlet</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-portlet/
implementation 'org.springframework:spring-portlet:2.0.7'
// https://jarcasting.com/artifacts/org.springframework/spring-portlet/
implementation ("org.springframework:spring-portlet:2.0.7")
'org.springframework:spring-portlet:jar:2.0.7'
<dependency org="org.springframework" name="spring-portlet" rev="2.0.7">
<artifact name="spring-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-portlet', version='2.0.7')
)
libraryDependencies += "org.springframework" % "spring-portlet" % "2.0.7"
[org.springframework/spring-portlet "2.0.7"]