f

fluency-core

High throughput data ingestion logger to Fluentd and Treasure Data
https://github.com/komamitsu/fluency
The Apache License, Version 2.0
Mitsunori Komatsu
Files download
File Operation
fluency-core-2.4.0.jar download
fluency-core-2.4.0.pom download
fluency-core-2.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.komamitsu</groupId>
  <artifactId>fluency-core</artifactId>
  <version>2.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.komamitsu:fluency-core:2.4.0'
Gradle Kotlin
implementation("org.komamitsu:fluency-core:2.4.0")
Scala SBT
libraryDependencies += "org.komamitsu" % "fluency-core" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.komamitsu', module='fluency-core', version='2.4.0')
)
Apache Ivy
<dependency org="org.komamitsu" name="fluency-core" rev="2.4.0" />
Leiningen
[org.komamitsu/fluency-core "2.4.0"]
Apache Buildr
'org.komamitsu:fluency-core:jar:2.4.0'