MVN

com.mobilejazz : harmony-kotlin

Maven & Gradle

Feb 03, 2023
12 stars

Harmony Kotlin · Harmony is a framework developed by Mobile Jazz that specifies best practices, software architectural patterns and other software development related guidelines.

<dependency>
    <groupId>com.mobilejazz</groupId>
    <artifactId>harmony-kotlin</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.0

All Versions

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

Version Vulnerabilities Updated
6.0.x
harmony-kotlin-6.0.0
5.0.x
harmony-kotlin-5.0.1
5.0
harmony-kotlin-5.0
4.0
harmony-kotlin-4.0
3.1.x
harmony-kotlin-3.1.1
harmony-kotlin-3.1.0
3.0.x
harmony-kotlin-3.0.2
harmony-kotlin-3.0.1
3.0
harmony-kotlin-3.0
2.0.x
harmony-kotlin-2.0.1
2.0
harmony-kotlin-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mobilejazz</groupId>
    <artifactId>harmony-kotlin</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.mobilejazz:harmony-kotlin:6.0.0'

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

implementation("com.mobilejazz:harmony-kotlin:6.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.mobilejazz" % "harmony-kotlin" % "6.0.0"

Advertisement