MVN

org.metabit.platform.interfacing : jjournal

Maven & Gradle

Jan 31, 2023
3 stars

Java journald API · Java API for reading systemd-journald logs. systemd has a specific journal system for all logs. For access to these logs from commandline, there is the journalctl executable. This library provides programmatic access the the logs.

<dependency>
    <groupId>org.metabit.platform.interfacing</groupId>
    <artifactId>jjournal</artifactId>
    <version>0.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.metabit.platform.interfacing : jjournal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.6

All Versions

Choose a version of org.metabit.platform.interfacing : jjournal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
jjournal-0.3.6

How to add a dependency to Maven

Add the following org.metabit.platform.interfacing : jjournal maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.metabit.platform.interfacing</groupId>
    <artifactId>jjournal</artifactId>
    <version>0.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.metabit.platform.interfacing : jjournal gradle dependency to your build.gradle file:

implementation 'org.metabit.platform.interfacing:jjournal:0.3.6'

Gradle Kotlin DSL: Add the following org.metabit.platform.interfacing : jjournal gradle kotlin dependency to your build.gradle.kts file:

implementation("org.metabit.platform.interfacing:jjournal:0.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.metabit.platform.interfacing : jjournal sbt scala dependency to your build.sbt file:

libraryDependencies += "org.metabit.platform.interfacing" % "jjournal" % "0.3.6"