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