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