is not current version
Last Version 4.3.30.RELEASE

org.springframework:spring-webmvc-portlet 3.0.7.RELEASE


GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-webmvc-portlet
Version

Version

3.0.7.RELEASE
Type

Type

jar

Download spring-webmvc-portlet 3.0.7.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework/spring-webmvc-portlet/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webmvc-portlet</artifactId>
    <version>3.0.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-webmvc-portlet/
implementation 'org.springframework:spring-webmvc-portlet:3.0.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-webmvc-portlet/
implementation ("org.springframework:spring-webmvc-portlet:3.0.7.RELEASE")
'org.springframework:spring-webmvc-portlet:jar:3.0.7.RELEASE'
<dependency org="org.springframework" name="spring-webmvc-portlet" rev="3.0.7.RELEASE">
  <artifact name="spring-webmvc-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-webmvc-portlet', version='3.0.7.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-webmvc-portlet" % "3.0.7.RELEASE"
[org.springframework/spring-webmvc-portlet "3.0.7.RELEASE"]