GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdorg.freemarker |
Version | Version2.3.17.LIFERAY-PATCHED-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/org.freemarker/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>org.freemarker</artifactId>
<version>2.3.17.LIFERAY-PATCHED-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/org.freemarker/
implementation 'com.liferay:org.freemarker:2.3.17.LIFERAY-PATCHED-1'
// https://jarcasting.com/artifacts/com.liferay/org.freemarker/
implementation ("com.liferay:org.freemarker:2.3.17.LIFERAY-PATCHED-1")
'com.liferay:org.freemarker:jar:2.3.17.LIFERAY-PATCHED-1'
<dependency org="com.liferay" name="org.freemarker" rev="2.3.17.LIFERAY-PATCHED-1">
<artifact name="org.freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='org.freemarker', version='2.3.17.LIFERAY-PATCHED-1')
)
libraryDependencies += "com.liferay" % "org.freemarker" % "2.3.17.LIFERAY-PATCHED-1"
[com.liferay/org.freemarker "2.3.17.LIFERAY-PATCHED-1"]