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