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