MVN

co.infinum.polyglot-android-client : polyglot-library

Maven & Gradle

Apr 12, 2023
1 usages

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

<dependency>
    <groupId>co.infinum.polyglot-android-client</groupId>
    <artifactId>polyglot-library</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-library 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-library to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>co.infinum.polyglot-android-client</groupId>
    <artifactId>polyglot-library</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-library gradle dependency to your build.gradle file:

implementation 'co.infinum.polyglot-android-client:polyglot-library:1.1.2'

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

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

How to add a dependency to SBT Scala

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

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