MVN

com.mobgen.halo.android : halo-translations

Maven & Gradle

May 11, 2020
6 stars

HALO Translations · Library plugin for HALO that helps to bring translations to apps in offline mode with localized texts.

<dependency>
    <groupId>com.mobgen.halo.android</groupId>
    <artifactId>halo-translations</artifactId>
    <version>2.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mobgen.halo.android : halo-translations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.3

All Versions

Choose a version of com.mobgen.halo.android : halo-translations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
halo-translations-2.9.3
2.7.x
halo-translations-2.7.0
2.5.x
halo-translations-2.5.4
halo-translations-2.5.2
halo-translations-2.5.1
halo-translations-2.5.0
2.4.x
halo-translations-2.4.0
2.3.x
halo-translations-2.3.3
2.0.x
halo-translations-2.0.0
1.3.x
halo-translations-1.3.0

How to add a dependency to Maven

Add the following com.mobgen.halo.android : halo-translations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mobgen.halo.android</groupId>
    <artifactId>halo-translations</artifactId>
    <version>2.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mobgen.halo.android : halo-translations gradle dependency to your build.gradle file:

implementation 'com.mobgen.halo.android:halo-translations:2.9.3'

Gradle Kotlin DSL: Add the following com.mobgen.halo.android : halo-translations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mobgen.halo.android:halo-translations:2.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mobgen.halo.android : halo-translations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mobgen.halo.android" % "halo-translations" % "2.9.3"

Advertisement