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