Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.sun.portal.portletcontainer |
ArtifactId | ArtifactIdportletcontainer |
Last Version | Last Version2.0-m4 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
portletcontainer-2.0-m4.pom | |
portletcontainer-2.0-m4.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.portal.portletcontainer/portletcontainer/ -->
<dependency>
<groupId>com.sun.portal.portletcontainer</groupId>
<artifactId>portletcontainer</artifactId>
<version>2.0-m4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.portal.portletcontainer/portletcontainer/
implementation 'com.sun.portal.portletcontainer:portletcontainer:2.0-m4'
// https://jarcasting.com/artifacts/com.sun.portal.portletcontainer/portletcontainer/
implementation ("com.sun.portal.portletcontainer:portletcontainer:2.0-m4")
'com.sun.portal.portletcontainer:portletcontainer:jar:2.0-m4'
<dependency org="com.sun.portal.portletcontainer" name="portletcontainer" rev="2.0-m4">
<artifact name="portletcontainer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.portal.portletcontainer', module='portletcontainer', version='2.0-m4')
)
libraryDependencies += "com.sun.portal.portletcontainer" % "portletcontainer" % "2.0-m4"
[com.sun.portal.portletcontainer/portletcontainer "2.0-m4"]