MVN

com.liferay : com.liferay.translation.service

Maven & Gradle

Aug 25, 2023
2 usages
2k stars

Liferay Translation Service

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.translation.service</artifactId>
    <version>2.0.54</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay : com.liferay.translation.service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.54

All Versions

Choose a version of com.liferay : com.liferay.translation.service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
com.liferay.translation.service-2.0.54
com.liferay.translation.service-2.0.53
com.liferay.translation.service-2.0.52
com.liferay.translation.service-2.0.51
com.liferay.translation.service-2.0.50
com.liferay.translation.service-2.0.49
com.liferay.translation.service-2.0.48
com.liferay.translation.service-2.0.47
com.liferay.translation.service-2.0.46
com.liferay.translation.service-2.0.45
com.liferay.translation.service-2.0.44
com.liferay.translation.service-2.0.43
com.liferay.translation.service-2.0.42
com.liferay.translation.service-2.0.41
com.liferay.translation.service-2.0.40
com.liferay.translation.service-2.0.39
com.liferay.translation.service-2.0.38
com.liferay.translation.service-2.0.37
com.liferay.translation.service-2.0.36
com.liferay.translation.service-2.0.35
com.liferay.translation.service-2.0.34
com.liferay.translation.service-2.0.33
com.liferay.translation.service-2.0.32
com.liferay.translation.service-2.0.31
com.liferay.translation.service-2.0.30
com.liferay.translation.service-2.0.29
com.liferay.translation.service-2.0.28
com.liferay.translation.service-2.0.27
com.liferay.translation.service-2.0.26
com.liferay.translation.service-2.0.25
com.liferay.translation.service-2.0.24
com.liferay.translation.service-2.0.23
com.liferay.translation.service-2.0.22
com.liferay.translation.service-2.0.21
com.liferay.translation.service-2.0.20
com.liferay.translation.service-2.0.19
com.liferay.translation.service-2.0.18
com.liferay.translation.service-2.0.17
com.liferay.translation.service-2.0.16
com.liferay.translation.service-2.0.15
com.liferay.translation.service-2.0.14
com.liferay.translation.service-2.0.13
com.liferay.translation.service-2.0.12
com.liferay.translation.service-2.0.11
com.liferay.translation.service-2.0.10
com.liferay.translation.service-2.0.9
com.liferay.translation.service-2.0.8
com.liferay.translation.service-2.0.7
com.liferay.translation.service-2.0.6
com.liferay.translation.service-2.0.5
com.liferay.translation.service-2.0.4
com.liferay.translation.service-2.0.3
com.liferay.translation.service-2.0.2
com.liferay.translation.service-2.0.1
com.liferay.translation.service-2.0.0
1.0.x
com.liferay.translation.service-1.0.44
com.liferay.translation.service-1.0.43
com.liferay.translation.service-1.0.42
com.liferay.translation.service-1.0.41
com.liferay.translation.service-1.0.40
com.liferay.translation.service-1.0.39
com.liferay.translation.service-1.0.38
com.liferay.translation.service-1.0.37
com.liferay.translation.service-1.0.36
com.liferay.translation.service-1.0.35
com.liferay.translation.service-1.0.34
com.liferay.translation.service-1.0.33
com.liferay.translation.service-1.0.32
com.liferay.translation.service-1.0.31
com.liferay.translation.service-1.0.30
com.liferay.translation.service-1.0.29
com.liferay.translation.service-1.0.28
com.liferay.translation.service-1.0.27
com.liferay.translation.service-1.0.26
com.liferay.translation.service-1.0.25
com.liferay.translation.service-1.0.24
com.liferay.translation.service-1.0.23
com.liferay.translation.service-1.0.22
com.liferay.translation.service-1.0.21
com.liferay.translation.service-1.0.20
com.liferay.translation.service-1.0.19
com.liferay.translation.service-1.0.18
com.liferay.translation.service-1.0.17
com.liferay.translation.service-1.0.16
com.liferay.translation.service-1.0.15
com.liferay.translation.service-1.0.14
com.liferay.translation.service-1.0.13
com.liferay.translation.service-1.0.12
com.liferay.translation.service-1.0.11
com.liferay.translation.service-1.0.10
com.liferay.translation.service-1.0.9
com.liferay.translation.service-1.0.8
com.liferay.translation.service-1.0.7
com.liferay.translation.service-1.0.6
com.liferay.translation.service-1.0.5
com.liferay.translation.service-1.0.4
com.liferay.translation.service-1.0.3
com.liferay.translation.service-1.0.2
com.liferay.translation.service-1.0.1
com.liferay.translation.service-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.translation.service</artifactId>
    <version>2.0.54</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay : com.liferay.translation.service gradle dependency to your build.gradle file:

implementation 'com.liferay:com.liferay.translation.service:2.0.54'

Gradle Kotlin DSL: Add the following com.liferay : com.liferay.translation.service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay:com.liferay.translation.service:2.0.54")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay : com.liferay.translation.service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay" % "com.liferay.translation.service" % "2.0.54"

Advertisement

Dependencies from Group

Aug 10, 2023
241 usages
2k stars
Aug 10, 2023
217 usages
2k stars
Feb 12, 2018
154 usages
509 stars
Dec 14, 2021
152 usages
2k stars
Aug 14, 2023
134 usages
2k stars

Discover Dependencies

Aug 19, 2023
4 usages
2k stars
Jul 31, 2023
2 usages
2k stars
Dec 19, 2021
4 stars
Oct 25, 2022
0 stars
Aug 21, 2023
2 usages
5.4k stars
Aug 21, 2023
5.4k stars
Jul 21, 2023
3 usages
209 stars
Jul 21, 2023
4 usages
209 stars