MVN

ru.pocketbyte.hydra : hydra-log

Maven & Gradle

Dec 01, 2019
0 stars

Kotlin Hydra Log · Kotlin Hydra 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.hydra</groupId>
    <artifactId>hydra-log</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.pocketbyte.hydra : hydra-log to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of ru.pocketbyte.hydra : hydra-log to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
hydra-log-1.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ru.pocketbyte.hydra</groupId>
    <artifactId>hydra-log</artifactId>
    <version>1.0.2</version>
</dependency>

Advertisement