License |
License |
---|---|
GroupId | GroupIdcom.liferay.cdi |
ArtifactId | ArtifactIdcdi-portlet-bridge-shared |
Last Version | Last Version6.2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLiferay CDI Portlet Bridge
The Liferay CDI Portlet Bridge provides the ability for portlet developers to use CDI.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.liferay.cdi/cdi-portlet-bridge-shared/ -->
<dependency>
<groupId>com.liferay.cdi</groupId>
<artifactId>cdi-portlet-bridge-shared</artifactId>
<version>6.2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.cdi/cdi-portlet-bridge-shared/
implementation 'com.liferay.cdi:cdi-portlet-bridge-shared:6.2.0.2'
// https://jarcasting.com/artifacts/com.liferay.cdi/cdi-portlet-bridge-shared/
implementation ("com.liferay.cdi:cdi-portlet-bridge-shared:6.2.0.2")
'com.liferay.cdi:cdi-portlet-bridge-shared:jar:6.2.0.2'
<dependency org="com.liferay.cdi" name="cdi-portlet-bridge-shared" rev="6.2.0.2">
<artifact name="cdi-portlet-bridge-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.cdi', module='cdi-portlet-bridge-shared', version='6.2.0.2')
)
libraryDependencies += "com.liferay.cdi" % "cdi-portlet-bridge-shared" % "6.2.0.2"
[com.liferay.cdi/cdi-portlet-bridge-shared "6.2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.enterprise : cdi-api | jar | 1.0-SP4 |
javax.portlet : portlet-api | jar | 2.0 |
javax.servlet : javax.servlet-api | jar | 3.0.1 |