Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdjavax.servlet.jsp |
Version | Version2.3.3-b02.LIFERAY-PATCHED-5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/javax.servlet.jsp/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>javax.servlet.jsp</artifactId>
<version>2.3.3-b02.LIFERAY-PATCHED-5</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/javax.servlet.jsp/
implementation 'com.liferay:javax.servlet.jsp:2.3.3-b02.LIFERAY-PATCHED-5'
// https://jarcasting.com/artifacts/com.liferay/javax.servlet.jsp/
implementation ("com.liferay:javax.servlet.jsp:2.3.3-b02.LIFERAY-PATCHED-5")
'com.liferay:javax.servlet.jsp:jar:2.3.3-b02.LIFERAY-PATCHED-5'
<dependency org="com.liferay" name="javax.servlet.jsp" rev="2.3.3-b02.LIFERAY-PATCHED-5">
<artifact name="javax.servlet.jsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='javax.servlet.jsp', version='2.3.3-b02.LIFERAY-PATCHED-5')
)
libraryDependencies += "com.liferay" % "javax.servlet.jsp" % "2.3.3-b02.LIFERAY-PATCHED-5"
[com.liferay/javax.servlet.jsp "2.3.3-b02.LIFERAY-PATCHED-5"]