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