GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.layout.taglib |
Version | Version5.3.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.layout.taglib/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.layout.taglib</artifactId>
<version>5.3.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.layout.taglib/
implementation 'com.liferay:com.liferay.layout.taglib:5.3.14'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.layout.taglib/
implementation ("com.liferay:com.liferay.layout.taglib:5.3.14")
'com.liferay:com.liferay.layout.taglib:jar:5.3.14'
<dependency org="com.liferay" name="com.liferay.layout.taglib" rev="5.3.14">
<artifact name="com.liferay.layout.taglib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.layout.taglib', version='5.3.14')
)
libraryDependencies += "com.liferay" % "com.liferay.layout.taglib" % "5.3.14"
[com.liferay/com.liferay.layout.taglib "5.3.14"]