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