GroupId | GroupIdcom.liferay.portletmvc4spring |
---|---|
ArtifactId | ArtifactIdcom.liferay.portletmvc4spring.webflow |
Version | Version5.2.2 |
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.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.portletmvc4spring/com.liferay.portletmvc4spring.webflow/
implementation 'com.liferay.portletmvc4spring:com.liferay.portletmvc4spring.webflow:5.2.2'
// https://jarcasting.com/artifacts/com.liferay.portletmvc4spring/com.liferay.portletmvc4spring.webflow/
implementation ("com.liferay.portletmvc4spring:com.liferay.portletmvc4spring.webflow:5.2.2")
'com.liferay.portletmvc4spring:com.liferay.portletmvc4spring.webflow:jar:5.2.2'
<dependency org="com.liferay.portletmvc4spring" name="com.liferay.portletmvc4spring.webflow" rev="5.2.2">
<artifact name="com.liferay.portletmvc4spring.webflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.portletmvc4spring', module='com.liferay.portletmvc4spring.webflow', version='5.2.2')
)
libraryDependencies += "com.liferay.portletmvc4spring" % "com.liferay.portletmvc4spring.webflow" % "5.2.2"
[com.liferay.portletmvc4spring/com.liferay.portletmvc4spring.webflow "5.2.2"]