Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.portal.custom.jsp.bag.api |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.custom.jsp.bag.api/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.custom.jsp.bag.api</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.custom.jsp.bag.api/
implementation 'com.liferay:com.liferay.portal.custom.jsp.bag.api:1.0.5'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.custom.jsp.bag.api/
implementation ("com.liferay:com.liferay.portal.custom.jsp.bag.api:1.0.5")
'com.liferay:com.liferay.portal.custom.jsp.bag.api:jar:1.0.5'
<dependency org="com.liferay" name="com.liferay.portal.custom.jsp.bag.api" rev="1.0.5">
<artifact name="com.liferay.portal.custom.jsp.bag.api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.portal.custom.jsp.bag.api', version='1.0.5')
)
libraryDependencies += "com.liferay" % "com.liferay.portal.custom.jsp.bag.api" % "1.0.5"
[com.liferay/com.liferay.portal.custom.jsp.bag.api "1.0.5"]