MVN

tech.fika.macaron : macaron-logging-iosx64

Maven & Gradle

Oct 20, 2022

Macaron · Kotlin Multiplatform MVI Framework

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

Latest Version

Choose a version of tech.fika.macaron : macaron-logging-iosx64 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-logging-iosx64 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'tech.fika.macaron:macaron-logging-iosx64:0.0.2'

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

implementation("tech.fika.macaron:macaron-logging-iosx64:0.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.fika.macaron" % "macaron-logging-iosx64" % "0.0.2"