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