MVN

com.github.mfrtrifork.humio-android-logger : library

Maven & Gradle

Jan 31, 2020
1 stars

HumioLogger library · Android Logger for Humio.io.

<dependency>
    <groupId>com.github.mfrtrifork.humio-android-logger</groupId>
    <artifactId>library</artifactId>
    <version>1.3.44</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mfrtrifork.humio-android-logger : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.44

All Versions

Choose a version of com.github.mfrtrifork.humio-android-logger : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
library-1.3.44
1.2.x
library-1.2.43
1.1.x
library-1.1.38
library-1.1.37
library-1.1.36
library-1.1.35
library-1.1.34
library-1.1.33
library-1.1.29
library-1.1.26
library-1.1.25
library-1.1.0
1.0.x
library-1.0.9
library-1.0.8
library-1.0.7
library-1.0.6
library-1.0.5
library-1.0.4
library-1.0.3
library-1.0.2
library-1.0.1
library-1.0.0
0.0.x
library-0.0.2

How to add a dependency to Maven

Add the following com.github.mfrtrifork.humio-android-logger : library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mfrtrifork.humio-android-logger</groupId>
    <artifactId>library</artifactId>
    <version>1.3.44</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mfrtrifork.humio-android-logger : library gradle dependency to your build.gradle file:

implementation 'com.github.mfrtrifork.humio-android-logger:library:1.3.44'

Gradle Kotlin DSL: Add the following com.github.mfrtrifork.humio-android-logger : library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mfrtrifork.humio-android-logger:library:1.3.44")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mfrtrifork.humio-android-logger : library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mfrtrifork.humio-android-logger" % "library" % "1.3.44"