MVN

com.teragrep : rlo_06

Maven & Gradle

Aug 24, 2023
0 stars

rlo_06 · Java RFC5424 parser library rlo_06

<dependency>
    <groupId>com.teragrep</groupId>
    <artifactId>rlo_06</artifactId>
    <version>8.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.teragrep : rlo_06 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.2

All Versions

Choose a version of com.teragrep : rlo_06 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
rlo_06-8.0.2
rlo_06-8.0.1
rlo_06-8.0.0
7.0.x
rlo_06-7.0.0
6.0.x
rlo_06-6.0.0
5.0.x
rlo_06-5.0.0
4.3.x
rlo_06-4.3.0
4.1.x
rlo_06-4.1.0
4.0.x
rlo_06-4.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.teragrep</groupId>
    <artifactId>rlo_06</artifactId>
    <version>8.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.teragrep : rlo_06 gradle dependency to your build.gradle file:

implementation 'com.teragrep:rlo_06:8.0.2'

Gradle Kotlin DSL: Add the following com.teragrep : rlo_06 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.teragrep:rlo_06:8.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.teragrep : rlo_06 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.teragrep" % "rlo_06" % "8.0.2"

Advertisement