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