MVN

org.wildfly.swarm : logstash-modules

Maven & Gradle

Jun 18, 2016
6 usages

WildFly Swarm: Logstash Modules · WildFly Swarm: Logstash Modules

<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>logstash-modules</artifactId>
    <version>1.0.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.swarm : logstash-modules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.Final
  • Latest Beta: 1.0.0.Beta2
  • Latest Alpha: 1.0.0.Alpha8

All Versions

Choose a version of org.wildfly.swarm : logstash-modules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
logstash-modules-1.0.1.Final
logstash-modules-1.0.0.Final
logstash-modules-1.0.0.CR2
logstash-modules-1.0.0.CR1
logstash-modules-1.0.0.Beta2
logstash-modules-1.0.0.Beta1
logstash-modules-1.0.0.Alpha8
logstash-modules-1.0.0.Alpha7
logstash-modules-1.0.0.Alpha6

How to add a dependency to Maven

Add the following org.wildfly.swarm : logstash-modules maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>logstash-modules</artifactId>
    <version>1.0.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly.swarm : logstash-modules gradle dependency to your build.gradle file:

implementation 'org.wildfly.swarm:logstash-modules:1.0.1.Final'

Gradle Kotlin DSL: Add the following org.wildfly.swarm : logstash-modules gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly.swarm:logstash-modules:1.0.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly.swarm : logstash-modules sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly.swarm" % "logstash-modules" % "1.0.1.Final"

Advertisement