MVN

com.liferay : com.liferay.object.admin.rest.client

Maven & Gradle

Aug 25, 2023
2k stars

Liferay Object Admin REST Client

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.object.admin.rest.client</artifactId>
    <version>1.0.57</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay : com.liferay.object.admin.rest.client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.57

All Versions

Choose a version of com.liferay : com.liferay.object.admin.rest.client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
com.liferay.object.admin.rest.client-1.0.57
com.liferay.object.admin.rest.client-1.0.56
com.liferay.object.admin.rest.client-1.0.55
com.liferay.object.admin.rest.client-1.0.54
com.liferay.object.admin.rest.client-1.0.53
com.liferay.object.admin.rest.client-1.0.52
com.liferay.object.admin.rest.client-1.0.51
com.liferay.object.admin.rest.client-1.0.50
com.liferay.object.admin.rest.client-1.0.49
com.liferay.object.admin.rest.client-1.0.48
com.liferay.object.admin.rest.client-1.0.47
com.liferay.object.admin.rest.client-1.0.46
com.liferay.object.admin.rest.client-1.0.45
com.liferay.object.admin.rest.client-1.0.44
com.liferay.object.admin.rest.client-1.0.43
com.liferay.object.admin.rest.client-1.0.42
com.liferay.object.admin.rest.client-1.0.41
com.liferay.object.admin.rest.client-1.0.40
com.liferay.object.admin.rest.client-1.0.39
com.liferay.object.admin.rest.client-1.0.38
com.liferay.object.admin.rest.client-1.0.37
com.liferay.object.admin.rest.client-1.0.36
com.liferay.object.admin.rest.client-1.0.35
com.liferay.object.admin.rest.client-1.0.34
com.liferay.object.admin.rest.client-1.0.33
com.liferay.object.admin.rest.client-1.0.32
com.liferay.object.admin.rest.client-1.0.31
com.liferay.object.admin.rest.client-1.0.30
com.liferay.object.admin.rest.client-1.0.29
com.liferay.object.admin.rest.client-1.0.28
com.liferay.object.admin.rest.client-1.0.27
com.liferay.object.admin.rest.client-1.0.26
com.liferay.object.admin.rest.client-1.0.25
com.liferay.object.admin.rest.client-1.0.24
com.liferay.object.admin.rest.client-1.0.23
com.liferay.object.admin.rest.client-1.0.22
com.liferay.object.admin.rest.client-1.0.21
com.liferay.object.admin.rest.client-1.0.20
com.liferay.object.admin.rest.client-1.0.19
com.liferay.object.admin.rest.client-1.0.18
com.liferay.object.admin.rest.client-1.0.17
com.liferay.object.admin.rest.client-1.0.16
com.liferay.object.admin.rest.client-1.0.15
com.liferay.object.admin.rest.client-1.0.14
com.liferay.object.admin.rest.client-1.0.13
com.liferay.object.admin.rest.client-1.0.12
com.liferay.object.admin.rest.client-1.0.11
com.liferay.object.admin.rest.client-1.0.10
com.liferay.object.admin.rest.client-1.0.9
com.liferay.object.admin.rest.client-1.0.8
com.liferay.object.admin.rest.client-1.0.7
com.liferay.object.admin.rest.client-1.0.6
com.liferay.object.admin.rest.client-1.0.5
com.liferay.object.admin.rest.client-1.0.4
com.liferay.object.admin.rest.client-1.0.3
com.liferay.object.admin.rest.client-1.0.2
com.liferay.object.admin.rest.client-1.0.1
com.liferay.object.admin.rest.client-1.0.0

How to add a dependency to Maven

Add the following com.liferay : com.liferay.object.admin.rest.client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.object.admin.rest.client</artifactId>
    <version>1.0.57</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay : com.liferay.object.admin.rest.client gradle dependency to your build.gradle file:

implementation 'com.liferay:com.liferay.object.admin.rest.client:1.0.57'

Gradle Kotlin DSL: Add the following com.liferay : com.liferay.object.admin.rest.client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay:com.liferay.object.admin.rest.client:1.0.57")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay : com.liferay.object.admin.rest.client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay" % "com.liferay.object.admin.rest.client" % "1.0.57"

Advertisement