MVN

com.appswithlove.loco : loco

Maven & Gradle

Jun 04, 2023
20 stars

loco-android · A plugin to synchronize Loco translations with Android project

<dependency>
    <groupId>com.appswithlove.loco</groupId>
    <artifactId>loco</artifactId>
    <version>0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appswithlove.loco : loco to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.1
  • Latest Alpha: 0.3.0-alpha03

All Versions

Choose a version of com.appswithlove.loco : loco to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
loco-0.3.1
loco-0.3.0
loco-0.3.0-alpha03
loco-0.3.0-alpha02
loco-0.3.0-alpha01
0.2.x
loco-0.2.11
loco-0.2.10
loco-0.2.9
loco-0.2.8
loco-0.2.7
loco-0.2.6
loco-0.2.5
loco-0.2.4
loco-0.2.3
loco-0.2.2
loco-0.2.1
loco-0.2.0
0.1.x
loco-0.1.12
loco-0.1.11
loco-0.1.10
loco-0.1.9
loco-0.1.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.appswithlove.loco</groupId>
    <artifactId>loco</artifactId>
    <version>0.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appswithlove.loco : loco gradle dependency to your build.gradle file:

implementation 'com.appswithlove.loco:loco:0.3.1'

Gradle Kotlin DSL: Add the following com.appswithlove.loco : loco gradle kotlin dependency to your build.gradle.kts file:

implementation("com.appswithlove.loco:loco:0.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appswithlove.loco : loco sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appswithlove.loco" % "loco" % "0.3.1"

Advertisement