MVN

ly.kite : kite-print-sdk-lite

Maven & Gradle

Feb 15, 2015
60 stars

Kite Print SDK Lite · Kite Android Print SDK. Easily add print on demand functionality to your app. Print Postcards, Magnets, Photo Prints, etc. The Lite version of the SDK does not include any of our own Print Shop, Shipping & Payment UI -- You'll need to build this yourself or alternatively use the full SDK.

<dependency>
    <groupId>ly.kite</groupId>
    <artifactId>kite-print-sdk-lite</artifactId>
    <version>1.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ly.kite : kite-print-sdk-lite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.14

All Versions

Choose a version of ly.kite : kite-print-sdk-lite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
kite-print-sdk-lite-1.1.14
kite-print-sdk-lite-1.1.8
kite-print-sdk-lite-1.1.7
kite-print-sdk-lite-1.1.6
kite-print-sdk-lite-1.1.5

How to add a dependency to Maven

Add the following ly.kite : kite-print-sdk-lite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ly.kite</groupId>
    <artifactId>kite-print-sdk-lite</artifactId>
    <version>1.1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ly.kite : kite-print-sdk-lite gradle dependency to your build.gradle file:

implementation 'ly.kite:kite-print-sdk-lite:1.1.14'

Gradle Kotlin DSL: Add the following ly.kite : kite-print-sdk-lite gradle kotlin dependency to your build.gradle.kts file:

implementation("ly.kite:kite-print-sdk-lite:1.1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following ly.kite : kite-print-sdk-lite sbt scala dependency to your build.sbt file:

libraryDependencies += "ly.kite" % "kite-print-sdk-lite" % "1.1.14"

Advertisement