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