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