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