MVN

org.apache.pulsar : structured-event-log

Maven & Gradle

Aug 03, 2023

Structured event logger

<dependency>
    <groupId>org.apache.pulsar</groupId>
    <artifactId>structured-event-log</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.pulsar : structured-event-log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of org.apache.pulsar : structured-event-log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
structured-event-log-3.1.0
3.0.x
structured-event-log-3.0.1
structured-event-log-3.0.0
2.11.x
structured-event-log-2.11.2
structured-event-log-2.11.1
structured-event-log-2.11.0
2.10.x
structured-event-log-2.10.5
structured-event-log-2.10.4
structured-event-log-2.10.3
structured-event-log-2.10.2
structured-event-log-2.10.1
structured-event-log-2.10.0
2.9.x
structured-event-log-2.9.5
structured-event-log-2.9.4
structured-event-log-2.9.3
structured-event-log-2.9.2
structured-event-log-2.9.1
structured-event-log-2.9.0

How to add a dependency to Maven

Add the following org.apache.pulsar : structured-event-log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.pulsar</groupId>
    <artifactId>structured-event-log</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.pulsar : structured-event-log gradle dependency to your build.gradle file:

implementation 'org.apache.pulsar:structured-event-log:3.1.0'

Gradle Kotlin DSL: Add the following org.apache.pulsar : structured-event-log gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.pulsar:structured-event-log:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.pulsar : structured-event-log sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.pulsar" % "structured-event-log" % "3.1.0"

Advertisement