MVN

tech.fika.macaron : macaron-messaging

Maven & Gradle

Oct 20, 2022

Macaron · Kotlin Multiplatform MVI Framework

<dependency>
    <groupId>tech.fika.macaron</groupId>
    <artifactId>macaron-messaging</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.fika.macaron : macaron-messaging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2
  • Latest Beta: 0.0.2-beta04

All Versions

Choose a version of tech.fika.macaron : macaron-messaging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
macaron-messaging-0.0.2-beta04
macaron-messaging-0.0.2-beta03
macaron-messaging-0.0.2-beta02
macaron-messaging-0.0.2-beta01
macaron-messaging-0.0.2
macaron-messaging-0.0.1-beta06
macaron-messaging-0.0.1-beta05
macaron-messaging-0.0.1-beta4
macaron-messaging-0.0.1-beta03
macaron-messaging-0.0.1-beta02

How to add a dependency to Maven

Add the following tech.fika.macaron : macaron-messaging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.fika.macaron</groupId>
    <artifactId>macaron-messaging</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.fika.macaron : macaron-messaging gradle dependency to your build.gradle file:

implementation 'tech.fika.macaron:macaron-messaging:0.0.2'

Gradle Kotlin DSL: Add the following tech.fika.macaron : macaron-messaging gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.fika.macaron:macaron-messaging:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.fika.macaron : macaron-messaging sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.fika.macaron" % "macaron-messaging" % "0.0.2"