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