MVN

com.liferay : com.liferay.layout.type.controller.url

Maven & Gradle

Mar 16, 2023
2 usages

Liferay Layout Type Controller URL

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.layout.type.controller.url</artifactId>
    <version>1.0.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay : com.liferay.layout.type.controller.url to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.29

All Versions

Choose a version of com.liferay : com.liferay.layout.type.controller.url to add to Maven or Gradle - All Versions:

  • Version Updated
  • com.liferay.layout.type.controller.url-1.0.29

    Mar 16, 2023
  • com.liferay.layout.type.controller.url-1.0.28

    Mar 05, 2023
  • com.liferay.layout.type.controller.url-1.0.27

    Feb 15, 2023
  • com.liferay.layout.type.controller.url-2.0.15

    Dec 16, 2022
  • com.liferay.layout.type.controller.url-2.0.14

    Oct 28, 2022
  • com.liferay.layout.type.controller.url-1.0.26

    Oct 10, 2022
  • com.liferay.layout.type.controller.url-2.0.13

    Sep 16, 2022
  • com.liferay.layout.type.controller.url-1.0.25

    Apr 29, 2022
  • com.liferay.layout.type.controller.url-2.0.12

    Feb 18, 2022
  • com.liferay.layout.type.controller.url-1.0.24

    Dec 17, 2021
  • com.liferay.layout.type.controller.url-1.0.23

    Dec 09, 2021
  • com.liferay.layout.type.controller.url-2.0.11

    Nov 25, 2021
  • com.liferay.layout.type.controller.url-2.0.10

    Nov 09, 2021
  • com.liferay.layout.type.controller.url-2.0.9

    Nov 03, 2021
  • com.liferay.layout.type.controller.url-2.0.8

    Oct 18, 2021
  • com.liferay.layout.type.controller.url-2.0.7

    Oct 09, 2021
  • com.liferay.layout.type.controller.url-1.0.22

    Oct 08, 2021
  • com.liferay.layout.type.controller.url-2.0.6

    Oct 02, 2021
  • com.liferay.layout.type.controller.url-2.0.5

    Jul 23, 2021
  • com.liferay.layout.type.controller.url-2.0.4

    Jul 15, 2021
  • com.liferay.layout.type.controller.url-2.0.3

    Jul 14, 2021
  • com.liferay.layout.type.controller.url-1.0.21

    Jun 25, 2021
  • com.liferay.layout.type.controller.url-2.0.2

    May 27, 2021
  • com.liferay.layout.type.controller.url-1.0.20

    Apr 28, 2021
  • com.liferay.layout.type.controller.url-2.0.1

    Apr 20, 2021
  • com.liferay.layout.type.controller.url-2.0.0

    Mar 26, 2021
  • com.liferay.layout.type.controller.url-1.0.19

    Jan 25, 2021
  • com.liferay.layout.type.controller.url-1.0.18

    Jan 21, 2021
  • com.liferay.layout.type.controller.url-1.0.17

    Nov 04, 2020
  • com.liferay.layout.type.controller.url-1.0.16

    Oct 30, 2020
  • com.liferay.layout.type.controller.url-1.0.15

    Oct 22, 2020
  • com.liferay.layout.type.controller.url-1.0.14

    Oct 12, 2020
  • com.liferay.layout.type.controller.url-1.0.13

    Sep 10, 2020
  • com.liferay.layout.type.controller.url-1.0.12

    Sep 01, 2020
  • com.liferay.layout.type.controller.url-1.0.11

    Aug 08, 2020
  • com.liferay.layout.type.controller.url-1.0.10

    Aug 07, 2020
  • com.liferay.layout.type.controller.url-1.0.9

    Jun 26, 2020
  • com.liferay.layout.type.controller.url-1.0.8

    Jun 25, 2020
  • com.liferay.layout.type.controller.url-1.0.7

    May 16, 2020
  • com.liferay.layout.type.controller.url-1.0.6

    May 14, 2020
  • com.liferay.layout.type.controller.url-1.0.5

    Mar 05, 2020
  • com.liferay.layout.type.controller.url-1.0.4

    Feb 29, 2020
  • com.liferay.layout.type.controller.url-1.0.3

    Jan 27, 2020
  • com.liferay.layout.type.controller.url-1.0.2

    Jan 17, 2020
  • com.liferay.layout.type.controller.url-1.0.1

    Jan 12, 2020
  • com.liferay.layout.type.controller.url-1.0.0

    Jan 12, 2020

How to add a dependency to Maven

Add the following com.liferay : com.liferay.layout.type.controller.url maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.layout.type.controller.url</artifactId>
    <version>1.0.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay : com.liferay.layout.type.controller.url gradle dependency to your build.gradle file:

implementation 'com.liferay:com.liferay.layout.type.controller.url:1.0.29'

Gradle Kotlin DSL: Add the following com.liferay : com.liferay.layout.type.controller.url gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay:com.liferay.layout.type.controller.url:1.0.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay : com.liferay.layout.type.controller.url sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay" % "com.liferay.layout.type.controller.url" % "1.0.29"