MVN

com.github.uchephilz : probelogr_tailer

Maven & Gradle

Oct 17, 2021
0 stars

Probelogr Tailer · This Library is build by uchephilz to read data

<dependency>
    <groupId>com.github.uchephilz</groupId>
    <artifactId>probelogr_tailer</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.uchephilz : probelogr_tailer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of com.github.uchephilz : probelogr_tailer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
probelogr_tailer-1.1.6
probelogr_tailer-1.1.4
probelogr_tailer-1.1.2
probelogr_tailer-1.1.1
1.0.x
probelogr_tailer-1.0.5
probelogr_tailer-1.0.4
probelogr_tailer-1.0.3
probelogr_tailer-1.0.2
probelogr_tailer-1.0.1
probelogr_tailer-1.0.0

How to add a dependency to Maven

Add the following com.github.uchephilz : probelogr_tailer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.uchephilz</groupId>
    <artifactId>probelogr_tailer</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.uchephilz : probelogr_tailer gradle dependency to your build.gradle file:

implementation 'com.github.uchephilz:probelogr_tailer:1.1.6'

Gradle Kotlin DSL: Add the following com.github.uchephilz : probelogr_tailer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.uchephilz:probelogr_tailer:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.uchephilz : probelogr_tailer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.uchephilz" % "probelogr_tailer" % "1.1.6"