Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.portletbridge |
ArtifactId | ArtifactIdportletbridge-extension-richfaces |
Version | Version3.2.0.Alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.portletbridge/portletbridge-extension-richfaces/ -->
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-extension-richfaces</artifactId>
<version>3.2.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.portletbridge/portletbridge-extension-richfaces/
implementation 'org.jboss.portletbridge:portletbridge-extension-richfaces:3.2.0.Alpha1'
// https://jarcasting.com/artifacts/org.jboss.portletbridge/portletbridge-extension-richfaces/
implementation ("org.jboss.portletbridge:portletbridge-extension-richfaces:3.2.0.Alpha1")
'org.jboss.portletbridge:portletbridge-extension-richfaces:jar:3.2.0.Alpha1'
<dependency org="org.jboss.portletbridge" name="portletbridge-extension-richfaces" rev="3.2.0.Alpha1">
<artifact name="portletbridge-extension-richfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.portletbridge', module='portletbridge-extension-richfaces', version='3.2.0.Alpha1')
)
libraryDependencies += "org.jboss.portletbridge" % "portletbridge-extension-richfaces" % "3.2.0.Alpha1"
[org.jboss.portletbridge/portletbridge-extension-richfaces "3.2.0.Alpha1"]