MVN

org.elasticsoftwarefoundation.elasticactors : elasticactors-tracing-slf4j

Maven & Gradle

Mar 19, 2023
2 usages
32 stars

Elastic Software Foundation :: ElasticActors :: Tracing :: Slf4j Integration

<dependency>
    <groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
    <artifactId>elasticactors-tracing-slf4j</artifactId>
    <version>7.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.elasticsoftwarefoundation.elasticactors : elasticactors-tracing-slf4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.1

All Versions

Choose a version of org.elasticsoftwarefoundation.elasticactors : elasticactors-tracing-slf4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
elasticactors-tracing-slf4j-7.0.1
6.2.x
elasticactors-tracing-slf4j-6.2.0
6.1.x
elasticactors-tracing-slf4j-6.1.4
elasticactors-tracing-slf4j-6.1.3
elasticactors-tracing-slf4j-6.1.2
elasticactors-tracing-slf4j-6.1.1
elasticactors-tracing-slf4j-6.1.0
6.0.x
elasticactors-tracing-slf4j-6.0.3
elasticactors-tracing-slf4j-6.0.2
elasticactors-tracing-slf4j-6.0.1
elasticactors-tracing-slf4j-6.0.0
5.2.x
elasticactors-tracing-slf4j-5.2.2
elasticactors-tracing-slf4j-5.2.1
elasticactors-tracing-slf4j-5.2.0
5.1.x
elasticactors-tracing-slf4j-5.1.3
elasticactors-tracing-slf4j-5.1.2
elasticactors-tracing-slf4j-5.1.1
elasticactors-tracing-slf4j-5.1.0
5.0.x
elasticactors-tracing-slf4j-5.0.2
elasticactors-tracing-slf4j-5.0.1
elasticactors-tracing-slf4j-5.0.0

How to add a dependency to Maven

Add the following org.elasticsoftwarefoundation.elasticactors : elasticactors-tracing-slf4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
    <artifactId>elasticactors-tracing-slf4j</artifactId>
    <version>7.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.elasticsoftwarefoundation.elasticactors : elasticactors-tracing-slf4j gradle dependency to your build.gradle file:

implementation 'org.elasticsoftwarefoundation.elasticactors:elasticactors-tracing-slf4j:7.0.1'

Gradle Kotlin DSL: Add the following org.elasticsoftwarefoundation.elasticactors : elasticactors-tracing-slf4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.elasticsoftwarefoundation.elasticactors:elasticactors-tracing-slf4j:7.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.elasticsoftwarefoundation.elasticactors : elasticactors-tracing-slf4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.elasticsoftwarefoundation.elasticactors" % "elasticactors-tracing-slf4j" % "7.0.1"

Advertisement