l

logstash4j-core

文件下载
文件名 操作
logstash4j-core-0.9.0.jar 下载
logstash4j-core-0.9.0.pom 下载
logstash4j-core-0.9.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>logstash4j-core</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:logstash4j-core:0.9.0'
Gradle Kotlin
implementation("com.github.houbb:logstash4j-core:0.9.0")
Scala SBT
libraryDependencies += "com.github.houbb" % "logstash4j-core" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='logstash4j-core', version='0.9.0')
)
Apache Ivy
<dependency org="com.github.houbb" name="logstash4j-core" rev="0.9.0" />
Leiningen
[com.github.houbb/logstash4j-core "0.9.0"]
Apache Buildr
'com.github.houbb:logstash4j-core:jar:0.9.0'