MVN

com.getpinwheel : pinwheel-android

Maven & Gradle

May 04, 2023
1 stars

pinwheel-android · Pinwheel official Android SDK

<dependency>
    <groupId>com.getpinwheel</groupId>
    <artifactId>pinwheel-android</artifactId>
    <version>2.3.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.getpinwheel : pinwheel-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.19

All Versions

Choose a version of com.getpinwheel : pinwheel-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
pinwheel-android-2.3.19
pinwheel-android-2.3.18
pinwheel-android-2.3.17
pinwheel-android-2.3.16
pinwheel-android-2.3.15
pinwheel-android-2.3.14
pinwheel-android-2.3.13
pinwheel-android-2.3.12
pinwheel-android-2.3.11
pinwheel-android-2.3.10
pinwheel-android-2.3.9
pinwheel-android-2.3.8
pinwheel-android-2.3.7
pinwheel-android-2.3.6
pinwheel-android-2.3.5
pinwheel-android-2.3.4
pinwheel-android-2.3.3
pinwheel-android-2.3.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.getpinwheel</groupId>
    <artifactId>pinwheel-android</artifactId>
    <version>2.3.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.getpinwheel : pinwheel-android gradle dependency to your build.gradle file:

implementation 'com.getpinwheel:pinwheel-android:2.3.19'

Gradle Kotlin DSL: Add the following com.getpinwheel : pinwheel-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.getpinwheel:pinwheel-android:2.3.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.getpinwheel : pinwheel-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.getpinwheel" % "pinwheel-android" % "2.3.19"

Advertisement