MVN

com.frybits.harmony : harmony

Maven & Gradle

Oct 22, 2022
2 usages
90 stars

Harmony · A process-safe SharedPreferences implementation

<dependency>
    <groupId>com.frybits.harmony</groupId>
    <artifactId>harmony</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.frybits.harmony : harmony to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of com.frybits.harmony : harmony to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
harmony-1.2.2
harmony-1.2.1
harmony-1.2.0
1.1.x
harmony-1.1.11
harmony-1.1.10
harmony-1.1.9
harmony-1.1.8
harmony-1.1.7
harmony-1.1.6
harmony-1.1.5
harmony-1.1.4
harmony-1.1.3
harmony-1.1.2
harmony-1.1.1
harmony-1.1.0
1.0.x
harmony-1.0.0
0.0.x
harmony-0.0.7
harmony-0.0.6
harmony-0.0.5

How to add a dependency to Maven

Add the following com.frybits.harmony : harmony maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.frybits.harmony</groupId>
    <artifactId>harmony</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.frybits.harmony : harmony gradle dependency to your build.gradle file:

implementation 'com.frybits.harmony:harmony:1.2.2'

Gradle Kotlin DSL: Add the following com.frybits.harmony : harmony gradle kotlin dependency to your build.gradle.kts file:

implementation("com.frybits.harmony:harmony:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.frybits.harmony : harmony sbt scala dependency to your build.sbt file:

libraryDependencies += "com.frybits.harmony" % "harmony" % "1.2.2"

Advertisement