MVN

com.github.android-password-store : sublime-fuzzy-watchosarm32

Maven & Gradle

Jul 07, 2023
16 stars

sublime-fuzzy · Kotlin implementation of Sublime Text's fuzzy search algorithm

<dependency>
    <groupId>com.github.android-password-store</groupId>
    <artifactId>sublime-fuzzy-watchosarm32</artifactId>
    <version>2.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.android-password-store : sublime-fuzzy-watchosarm32 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.4
  • Latest Alpha: 2.0.0-alpha03

All Versions

Choose a version of com.github.android-password-store : sublime-fuzzy-watchosarm32 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
sublime-fuzzy-watchosarm32-2.3.4
sublime-fuzzy-watchosarm32-2.3.3
sublime-fuzzy-watchosarm32-2.3.2
sublime-fuzzy-watchosarm32-2.3.1
sublime-fuzzy-watchosarm32-2.3.0
2.2.x
sublime-fuzzy-watchosarm32-2.2.3
sublime-fuzzy-watchosarm32-2.2.1
sublime-fuzzy-watchosarm32-2.2.0
2.1.x
sublime-fuzzy-watchosarm32-2.1.0
2.0.x
sublime-fuzzy-watchosarm32-2.0.0
sublime-fuzzy-watchosarm32-2.0.0-alpha03

How to add a dependency to Maven

Add the following com.github.android-password-store : sublime-fuzzy-watchosarm32 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.android-password-store</groupId>
    <artifactId>sublime-fuzzy-watchosarm32</artifactId>
    <version>2.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.android-password-store : sublime-fuzzy-watchosarm32 gradle dependency to your build.gradle file:

implementation 'com.github.android-password-store:sublime-fuzzy-watchosarm32:2.3.4'

Gradle Kotlin DSL: Add the following com.github.android-password-store : sublime-fuzzy-watchosarm32 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.android-password-store:sublime-fuzzy-watchosarm32:2.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.android-password-store : sublime-fuzzy-watchosarm32 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.android-password-store" % "sublime-fuzzy-watchosarm32" % "2.3.4"