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