MVN

io.piano.android : id

Maven & Gradle

Mar 22, 2023
2 usages
14 stars

ID · Piano SDK for Android

<dependency>
    <groupId>io.piano.android</groupId>
    <artifactId>id</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.piano.android : id to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0
  • Latest Beta: 2.0.0-beta01
  • Latest Alpha: 2.0.0-alpha01

All Versions

Choose a version of io.piano.android : id to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
id-2.7.0
2.6.x
id-2.6.2
id-2.6.1
id-2.6.0
2.5.x
id-2.5.0
2.4.x
id-2.4.0
2.3.x
id-2.3.0
2.2.x
id-2.2.1
id-2.2.0
2.1.x
id-2.1.1
id-2.1.0
2.0.x
id-2.0.4
id-2.0.3
id-2.0.1
id-2.0.0
id-2.0.0-beta01
id-2.0.0-alpha01

How to add a dependency to Maven

Add the following io.piano.android : id maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.piano.android</groupId>
    <artifactId>id</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.piano.android : id gradle dependency to your build.gradle file:

implementation 'io.piano.android:id:2.7.0'

Gradle Kotlin DSL: Add the following io.piano.android : id gradle kotlin dependency to your build.gradle.kts file:

implementation("io.piano.android:id:2.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.piano.android : id sbt scala dependency to your build.sbt file:

libraryDependencies += "io.piano.android" % "id" % "2.7.0"

Advertisement