MVN

io.github.offeristasdk : android-brochure-widget

Maven & Gradle

Jul 05, 2023

android-brochure-widget · Offerista Brochure Widget Android SDK that provides an easy way to integrate brochure browsing functionality into your Android app. It supports UI customization and filters that you can apply to match your application need.

<dependency>
    <groupId>io.github.offeristasdk</groupId>
    <artifactId>android-brochure-widget</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.offeristasdk : android-brochure-widget to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0
  • Latest Beta: 3.0.0-beta.1

All Versions

Choose a version of io.github.offeristasdk : android-brochure-widget to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
android-brochure-widget-3.0.0
android-brochure-widget-3.0.0-beta.1
2.0
android-brochure-widget-2.0
0.1.x
android-brochure-widget-0.1.14
android-brochure-widget-0.1.13
android-brochure-widget-0.1.12

How to add a dependency to Maven

Add the following io.github.offeristasdk : android-brochure-widget maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.offeristasdk</groupId>
    <artifactId>android-brochure-widget</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.offeristasdk : android-brochure-widget gradle dependency to your build.gradle file:

implementation 'io.github.offeristasdk:android-brochure-widget:3.0.0'

Gradle Kotlin DSL: Add the following io.github.offeristasdk : android-brochure-widget gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.offeristasdk:android-brochure-widget:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.offeristasdk : android-brochure-widget sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.offeristasdk" % "android-brochure-widget" % "3.0.0"

Advertisement