Categories |
CategoriesLogstash Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.yomahub |
ArtifactId | ArtifactIdtlog-logstash |
Version | Version1.4.1 |
Type | Typepom |
Filename | Size |
---|---|
tlog-logstash-1.4.1.pom | 600 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.yomahub/tlog-logstash/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-logstash</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/tlog-logstash/
implementation 'com.yomahub:tlog-logstash:1.4.1'
// https://jarcasting.com/artifacts/com.yomahub/tlog-logstash/
implementation ("com.yomahub:tlog-logstash:1.4.1")
'com.yomahub:tlog-logstash:pom:1.4.1'
<dependency org="com.yomahub" name="tlog-logstash" rev="1.4.1">
<artifact name="tlog-logstash" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='tlog-logstash', version='1.4.1')
)
libraryDependencies += "com.yomahub" % "tlog-logstash" % "1.4.1"
[com.yomahub/tlog-logstash "1.4.1"]