MVN

com.liferay : com.liferay.portal.osgi.web.portlet.container.test.util

Maven & Gradle

Aug 14, 2023
2 usages
2k stars

Liferay Portal OSGi Web Portlet Container Test Utilities

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.portal.osgi.web.portlet.container.test.util</artifactId>
    <version>2.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay : com.liferay.portal.osgi.web.portlet.container.test.util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.13

All Versions

Choose a version of com.liferay : com.liferay.portal.osgi.web.portlet.container.test.util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.16
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.15
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.14
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.13
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.12
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.11
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.10
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.9
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.8
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.7
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.6
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.5
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.4
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.3
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.2
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.1
com.liferay.portal.osgi.web.portlet.container.test.util-3.0.0
2.0.x
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.13
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.12
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.11
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.10
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.9
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.8
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.7
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.6
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.5
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.4
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.3
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.2
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.1
com.liferay.portal.osgi.web.portlet.container.test.util-2.0.0
1.0.x
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.13
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.12
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.11
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.10
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.9
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.8
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.7
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.6
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.5
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.4
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.3
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.2
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.1
com.liferay.portal.osgi.web.portlet.container.test.util-1.0.0

How to add a dependency to Maven

Add the following com.liferay : com.liferay.portal.osgi.web.portlet.container.test.util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.portal.osgi.web.portlet.container.test.util</artifactId>
    <version>2.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay : com.liferay.portal.osgi.web.portlet.container.test.util gradle dependency to your build.gradle file:

implementation 'com.liferay:com.liferay.portal.osgi.web.portlet.container.test.util:2.0.13'

Gradle Kotlin DSL: Add the following com.liferay : com.liferay.portal.osgi.web.portlet.container.test.util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay:com.liferay.portal.osgi.web.portlet.container.test.util:2.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay : com.liferay.portal.osgi.web.portlet.container.test.util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay" % "com.liferay.portal.osgi.web.portlet.container.test.util" % "2.0.13"

Advertisement