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