GroupId | GroupIdcom.liferay.faces |
---|---|
ArtifactId | ArtifactIdcom.liferay.faces.bridge.impl |
Version | Version4.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay.faces/com.liferay.faces.bridge.impl/ -->
<dependency>
<groupId>com.liferay.faces</groupId>
<artifactId>com.liferay.faces.bridge.impl</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.faces/com.liferay.faces.bridge.impl/
implementation 'com.liferay.faces:com.liferay.faces.bridge.impl:4.2.0'
// https://jarcasting.com/artifacts/com.liferay.faces/com.liferay.faces.bridge.impl/
implementation ("com.liferay.faces:com.liferay.faces.bridge.impl:4.2.0")
'com.liferay.faces:com.liferay.faces.bridge.impl:jar:4.2.0'
<dependency org="com.liferay.faces" name="com.liferay.faces.bridge.impl" rev="4.2.0">
<artifact name="com.liferay.faces.bridge.impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.faces', module='com.liferay.faces.bridge.impl', version='4.2.0')
)
libraryDependencies += "com.liferay.faces" % "com.liferay.faces.bridge.impl" % "4.2.0"
[com.liferay.faces/com.liferay.faces.bridge.impl "4.2.0"]