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