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