MVN

io.github.g00fy2.quickie : quickie-unbundled

Maven & Gradle

Jul 23, 2023
351 stars

quickie-unbundled · Android QR code scanning library

<dependency>
    <groupId>io.github.g00fy2.quickie</groupId>
    <artifactId>quickie-unbundled</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.g00fy2.quickie : quickie-unbundled to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0
  • Latest Release Candidate: 1.2.0-rc02

All Versions

Choose a version of io.github.g00fy2.quickie : quickie-unbundled to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
quickie-unbundled-1.8.0
1.7.x
quickie-unbundled-1.7.0
1.6.x
quickie-unbundled-1.6.0
1.5.x
quickie-unbundled-1.5.2
quickie-unbundled-1.5.1
quickie-unbundled-1.5.0
1.4.x
quickie-unbundled-1.4.2
quickie-unbundled-1.4.1
quickie-unbundled-1.4.0
1.3.x
quickie-unbundled-1.3.3
quickie-unbundled-1.3.2
quickie-unbundled-1.3.1
quickie-unbundled-1.3.0
1.2.x
quickie-unbundled-1.2.4
quickie-unbundled-1.2.3
quickie-unbundled-1.2.2
quickie-unbundled-1.2.1
quickie-unbundled-1.2.0
quickie-unbundled-1.2.0-rc02
quickie-unbundled-1.2.0-rc01
1.1.x
quickie-unbundled-1.1.2
quickie-unbundled-1.1.1
quickie-unbundled-1.1.0
1.0.x
quickie-unbundled-1.0.0
0.7.x
quickie-unbundled-0.7.2
quickie-unbundled-0.7.1
quickie-unbundled-0.7.0

How to add a dependency to Maven

Add the following io.github.g00fy2.quickie : quickie-unbundled maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.g00fy2.quickie</groupId>
    <artifactId>quickie-unbundled</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.g00fy2.quickie : quickie-unbundled gradle dependency to your build.gradle file:

implementation 'io.github.g00fy2.quickie:quickie-unbundled:1.8.0'

Gradle Kotlin DSL: Add the following io.github.g00fy2.quickie : quickie-unbundled gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.g00fy2.quickie:quickie-unbundled:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.g00fy2.quickie : quickie-unbundled sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.g00fy2.quickie" % "quickie-unbundled" % "1.8.0"