| Группа | Группаcom.liferay |
|---|---|
| Идентификатор | Идентификаторcom.liferay.portal.license.deployer |
| Версия | Версия3.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.license.deployer/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.license.deployer</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.license.deployer/
implementation 'com.liferay:com.liferay.portal.license.deployer:3.0.0'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.license.deployer/
implementation ("com.liferay:com.liferay.portal.license.deployer:3.0.0")
'com.liferay:com.liferay.portal.license.deployer:jar:3.0.0'
<dependency org="com.liferay" name="com.liferay.portal.license.deployer" rev="3.0.0">
<artifact name="com.liferay.portal.license.deployer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.portal.license.deployer', version='3.0.0')
)
libraryDependencies += "com.liferay" % "com.liferay.portal.license.deployer" % "3.0.0"
[com.liferay/com.liferay.portal.license.deployer "3.0.0"]