MVN

com.liferay : com.liferay.portal.template.soy

Maven & Gradle

Jul 17, 2023
7 usages
2k stars

Liferay Portal Template Soy

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.portal.template.soy</artifactId>
    <version>2.4.54</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay : com.liferay.portal.template.soy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.54

All Versions

Choose a version of com.liferay : com.liferay.portal.template.soy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
com.liferay.portal.template.soy-2.4.54
com.liferay.portal.template.soy-2.4.53
com.liferay.portal.template.soy-2.4.52
com.liferay.portal.template.soy-2.4.51
com.liferay.portal.template.soy-2.4.50
com.liferay.portal.template.soy-2.4.49
com.liferay.portal.template.soy-2.4.48
com.liferay.portal.template.soy-2.4.47
com.liferay.portal.template.soy-2.4.46
com.liferay.portal.template.soy-2.4.45
com.liferay.portal.template.soy-2.4.44
com.liferay.portal.template.soy-2.4.43
com.liferay.portal.template.soy-2.4.42
com.liferay.portal.template.soy-2.4.41
com.liferay.portal.template.soy-2.4.40
com.liferay.portal.template.soy-2.4.39
com.liferay.portal.template.soy-2.4.38
com.liferay.portal.template.soy-2.4.37
com.liferay.portal.template.soy-2.4.36
com.liferay.portal.template.soy-2.4.35
com.liferay.portal.template.soy-2.4.34
com.liferay.portal.template.soy-2.4.33
com.liferay.portal.template.soy-2.4.32
com.liferay.portal.template.soy-2.4.31
com.liferay.portal.template.soy-2.4.30
com.liferay.portal.template.soy-2.4.29
com.liferay.portal.template.soy-2.4.28
com.liferay.portal.template.soy-2.4.27
com.liferay.portal.template.soy-2.4.26
com.liferay.portal.template.soy-2.4.25
com.liferay.portal.template.soy-2.4.24
com.liferay.portal.template.soy-2.4.23
com.liferay.portal.template.soy-2.4.22
com.liferay.portal.template.soy-2.4.21
com.liferay.portal.template.soy-2.4.20
com.liferay.portal.template.soy-2.4.19
com.liferay.portal.template.soy-2.4.18
com.liferay.portal.template.soy-2.4.17
com.liferay.portal.template.soy-2.4.16
com.liferay.portal.template.soy-2.4.15
com.liferay.portal.template.soy-2.4.14
com.liferay.portal.template.soy-2.4.13
com.liferay.portal.template.soy-2.4.12
com.liferay.portal.template.soy-2.4.11
com.liferay.portal.template.soy-2.4.10
com.liferay.portal.template.soy-2.4.9
com.liferay.portal.template.soy-2.4.8
com.liferay.portal.template.soy-2.4.7
com.liferay.portal.template.soy-2.4.6
com.liferay.portal.template.soy-2.4.5
com.liferay.portal.template.soy-2.4.4
com.liferay.portal.template.soy-2.4.3
com.liferay.portal.template.soy-2.4.2
com.liferay.portal.template.soy-2.4.1
com.liferay.portal.template.soy-2.4.0
2.3.x
com.liferay.portal.template.soy-2.3.1
com.liferay.portal.template.soy-2.3.0
2.2.x
com.liferay.portal.template.soy-2.2.2
com.liferay.portal.template.soy-2.2.1
com.liferay.portal.template.soy-2.2.0
2.1.x
com.liferay.portal.template.soy-2.1.0
2.0.x
com.liferay.portal.template.soy-2.0.5
com.liferay.portal.template.soy-2.0.4
com.liferay.portal.template.soy-2.0.3
com.liferay.portal.template.soy-2.0.2
com.liferay.portal.template.soy-2.0.1
com.liferay.portal.template.soy-2.0.0
1.0.x
com.liferay.portal.template.soy-1.0.0

How to add a dependency to Maven

Add the following com.liferay : com.liferay.portal.template.soy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.portal.template.soy</artifactId>
    <version>2.4.54</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay : com.liferay.portal.template.soy gradle dependency to your build.gradle file:

implementation 'com.liferay:com.liferay.portal.template.soy:2.4.54'

Gradle Kotlin DSL: Add the following com.liferay : com.liferay.portal.template.soy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay:com.liferay.portal.template.soy:2.4.54")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay : com.liferay.portal.template.soy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay" % "com.liferay.portal.template.soy" % "2.4.54"

Advertisement