License |
License |
---|---|
Categories |
CategoriesLogstash Application Layer Libs Logging |
GroupId | GroupIdcom.dtstack.jlogstash |
ArtifactId | ArtifactIdoutput.file |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionfile
output plugin file
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
output.file-1.0.0.pom | |
output.file-1.0.0.jar | 8 KB |
output.file-1.0.0-with-dependencies.jar | 8 KB |
output.file-1.0.0-sources.jar | 4 KB |
output.file-1.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dtstack.jlogstash/output.file/ -->
<dependency>
<groupId>com.dtstack.jlogstash</groupId>
<artifactId>output.file</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dtstack.jlogstash/output.file/
implementation 'com.dtstack.jlogstash:output.file:1.0.0'
// https://jarcasting.com/artifacts/com.dtstack.jlogstash/output.file/
implementation ("com.dtstack.jlogstash:output.file:1.0.0")
'com.dtstack.jlogstash:output.file:jar:1.0.0'
<dependency org="com.dtstack.jlogstash" name="output.file" rev="1.0.0">
<artifact name="output.file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dtstack.jlogstash', module='output.file', version='1.0.0')
)
libraryDependencies += "com.dtstack.jlogstash" % "output.file" % "1.0.0"
[com.dtstack.jlogstash/output.file "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.dtstack.jlogstash : jlogstash | jar | 1.0.0 |