| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-webmvc-portlet | 
| Version | Version4.2.1.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-webmvc-portlet/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webmvc-portlet</artifactId>
    <version>4.2.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-webmvc-portlet/
implementation 'org.springframework:spring-webmvc-portlet:4.2.1.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-webmvc-portlet/
implementation ("org.springframework:spring-webmvc-portlet:4.2.1.RELEASE")'org.springframework:spring-webmvc-portlet:jar:4.2.1.RELEASE'<dependency org="org.springframework" name="spring-webmvc-portlet" rev="4.2.1.RELEASE">
  <artifact name="spring-webmvc-portlet" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-webmvc-portlet', version='4.2.1.RELEASE')
)libraryDependencies += "org.springframework" % "spring-webmvc-portlet" % "4.2.1.RELEASE"[org.springframework/spring-webmvc-portlet "4.2.1.RELEASE"]