MVN

ru.pocketbyte.kydra : kydra-log

Maven & Gradle

Nov 23, 2022
2 usages
17 stars

Kotlin Kydra Log · Kotlin Kydra Log - Kotlin Multiplatform Library that allows to write logs in common module. The way how logs will written defines for each platform independently.

<dependency>
    <groupId>ru.pocketbyte.kydra</groupId>
    <artifactId>kydra-log</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.pocketbyte.kydra : kydra-log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of ru.pocketbyte.kydra : kydra-log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
kydra-log-1.2.0
1.1.x
kydra-log-1.1.8
kydra-log-1.1.6
kydra-log-1.1.5
kydra-log-1.1.4
kydra-log-1.1.3
kydra-log-1.1.2
kydra-log-1.1.1
kydra-log-1.1.0
1.0.x
kydra-log-1.0.5
kydra-log-1.0.4
kydra-log-1.0.3

How to add a dependency to Maven

Add the following ru.pocketbyte.kydra : kydra-log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.pocketbyte.kydra</groupId>
    <artifactId>kydra-log</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.pocketbyte.kydra : kydra-log gradle dependency to your build.gradle file:

implementation 'ru.pocketbyte.kydra:kydra-log:1.2.0'

Gradle Kotlin DSL: Add the following ru.pocketbyte.kydra : kydra-log gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.pocketbyte.kydra:kydra-log:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.pocketbyte.kydra : kydra-log sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.pocketbyte.kydra" % "kydra-log" % "1.2.0"

Advertisement