f

fluentd-standalone_2.12

Standalone fluend server for Java and Scala
http://xerial.org/
Apache 2
xerial.org
Taro L. Saito
Files download
File Operation
fluentd-standalone_2.12-0.14.11.jar download
fluentd-standalone_2.12-0.14.11.pom download
fluentd-standalone_2.12-0.14.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xerial</groupId>
  <artifactId>fluentd-standalone_2.12</artifactId>
  <version>0.14.11</version>
</dependency>
Gradle Groovy
implementation 'org.xerial:fluentd-standalone_2.12:0.14.11'
Gradle Kotlin
implementation("org.xerial:fluentd-standalone_2.12:0.14.11")
Scala SBT
libraryDependencies += "org.xerial" % "fluentd-standalone_2.12" % "0.14.11"
Groovy Grape
@Grapes(
  @Grab(group='org.xerial', module='fluentd-standalone_2.12', version='0.14.11')
)
Apache Ivy
<dependency org="org.xerial" name="fluentd-standalone_2.12" rev="0.14.11" />
Leiningen
[org.xerial/fluentd-standalone_2.12 "0.14.11"]
Apache Buildr
'org.xerial:fluentd-standalone_2.12:jar:0.14.11'