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