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