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