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