MVN

com.github.loki4j : loki-protobuf

Maven & Gradle

Jul 24, 2022
264 stars

Compiled Protobuf files for Loki4j · Loki4j aims to be the fastest and the most lightweight implementation of Logback Appender for Loki

<dependency>
    <groupId>com.github.loki4j</groupId>
    <artifactId>loki-protobuf</artifactId>
    <version>0.0.1_pb3.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.loki4j : loki-protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1_pb3.20.0

All Versions

Choose a version of com.github.loki4j : loki-protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
loki-protobuf-0.0.1_pb3.21.0
loki-protobuf-0.0.1_pb3.21.0-m1
loki-protobuf-0.0.1_pb3.20.0
loki-protobuf-0.0.1_pb3.19.0
loki-protobuf-0.0.1_pb3.18.0
loki-protobuf-0.0.1_pb3.17.0
loki-protobuf-0.0.1_pb3.16.0
loki-protobuf-0.0.1_pb3.15.0
loki-protobuf-0.0.1_pb3.14.0
loki-protobuf-0.0.1_pb3.13.0
loki-protobuf-0.0.1_pb3.12.0
loki-protobuf-0.0.1_pb3.11.0
loki-protobuf-0.0.1_pb3.10.0
loki-protobuf-0.0.1_pb3.10.0-m1

How to add a dependency to Maven

Add the following com.github.loki4j : loki-protobuf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.loki4j</groupId>
    <artifactId>loki-protobuf</artifactId>
    <version>0.0.1_pb3.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.loki4j : loki-protobuf gradle dependency to your build.gradle file:

implementation 'com.github.loki4j:loki-protobuf:0.0.1_pb3.20.0'

Gradle Kotlin DSL: Add the following com.github.loki4j : loki-protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.loki4j:loki-protobuf:0.0.1_pb3.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.loki4j : loki-protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.loki4j" % "loki-protobuf" % "0.0.1_pb3.20.0"