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