| Категории |
КатегорииJakarta Server Pages Jakarta EE The Web Tier |
|---|---|
| Группа | Группаcom.liferay |
| Идентификатор | Идентификаторcom.liferay.portal.servlet.jsp.compiler |
| Версия | Версия1.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.servlet.jsp.compiler/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.servlet.jsp.compiler</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.servlet.jsp.compiler/
implementation 'com.liferay:com.liferay.portal.servlet.jsp.compiler:1.0.0'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.servlet.jsp.compiler/
implementation ("com.liferay:com.liferay.portal.servlet.jsp.compiler:1.0.0")
'com.liferay:com.liferay.portal.servlet.jsp.compiler:jar:1.0.0'
<dependency org="com.liferay" name="com.liferay.portal.servlet.jsp.compiler" rev="1.0.0">
<artifact name="com.liferay.portal.servlet.jsp.compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.portal.servlet.jsp.compiler', version='1.0.0')
)
libraryDependencies += "com.liferay" % "com.liferay.portal.servlet.jsp.compiler" % "1.0.0"
[com.liferay/com.liferay.portal.servlet.jsp.compiler "1.0.0"]