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