MVN

co.infinum.polyglot-android-client : polyglot-gradle-plugin

Maven & Gradle

Apr 12, 2023

Polyglot Gradle Plugin · Gradle plugin which supports using Polyglot for Android projects.

<dependency>
    <groupId>co.infinum.polyglot-android-client</groupId>
    <artifactId>polyglot-gradle-plugin</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.infinum.polyglot-android-client : polyglot-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2
  • Latest Beta: 1.1.0-beta03
  • Latest Alpha: 1.1.3-alpha01

All Versions

Choose a version of co.infinum.polyglot-android-client : polyglot-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
polyglot-gradle-plugin-1.1.3-alpha01
polyglot-gradle-plugin-1.1.2-alpha01
polyglot-gradle-plugin-1.1.2
polyglot-gradle-plugin-1.1.1
polyglot-gradle-plugin-1.1.0
polyglot-gradle-plugin-1.1.0-beta03
polyglot-gradle-plugin-1.1.0-beta02
polyglot-gradle-plugin-1.1.0-beta01
1.0.x
polyglot-gradle-plugin-1.0.16
polyglot-gradle-plugin-1.0.15
polyglot-gradle-plugin-1.0.14
polyglot-gradle-plugin-1.0.13
polyglot-gradle-plugin-1.0.12
polyglot-gradle-plugin-1.0.11
polyglot-gradle-plugin-1.0.10

How to add a dependency to Maven

Add the following co.infinum.polyglot-android-client : polyglot-gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.infinum.polyglot-android-client</groupId>
    <artifactId>polyglot-gradle-plugin</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.infinum.polyglot-android-client : polyglot-gradle-plugin gradle dependency to your build.gradle file:

implementation 'co.infinum.polyglot-android-client:polyglot-gradle-plugin:1.1.2'

Gradle Kotlin DSL: Add the following co.infinum.polyglot-android-client : polyglot-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("co.infinum.polyglot-android-client:polyglot-gradle-plugin:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.infinum.polyglot-android-client : polyglot-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "co.infinum.polyglot-android-client" % "polyglot-gradle-plugin" % "1.1.2"

Advertisement