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