GroupId | GroupIdorg.springframework |
---|---|
ArtifactId | ArtifactIdspring-portlet |
Version | Version2.0-m5 |
Type | Typejar |
Filename | Size |
---|---|
spring-portlet-2.0-m5.pom | |
spring-portlet-2.0-m5.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-portlet/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-portlet</artifactId>
<version>2.0-m5</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-portlet/
implementation 'org.springframework:spring-portlet:2.0-m5'
// https://jarcasting.com/artifacts/org.springframework/spring-portlet/
implementation ("org.springframework:spring-portlet:2.0-m5")
'org.springframework:spring-portlet:jar:2.0-m5'
<dependency org="org.springframework" name="spring-portlet" rev="2.0-m5">
<artifact name="spring-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-portlet', version='2.0-m5')
)
libraryDependencies += "org.springframework" % "spring-portlet" % "2.0-m5"
[org.springframework/spring-portlet "2.0-m5"]