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