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