| Categories | CategoriesLogging Application Layer Libs | 
|---|---|
| GroupId | GroupIdorg.apache.logging.log4j.samples | 
| ArtifactId | ArtifactIdflume-remote | 
| Version | Version2.0-beta4 | 
| Type | Typewar | 
| Filename | Size | 
|---|---|
| flume-remote-2.0-beta4.pom | |
| flume-remote-2.0-beta4.war | 9 MB | 
| flume-remote-2.0-beta4-sources.jar | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j.samples/flume-remote/ -->
<dependency>
    <groupId>org.apache.logging.log4j.samples</groupId>
    <artifactId>flume-remote</artifactId>
    <version>2.0-beta4</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.logging.log4j.samples/flume-remote/
implementation 'org.apache.logging.log4j.samples:flume-remote:2.0-beta4'// https://jarcasting.com/artifacts/org.apache.logging.log4j.samples/flume-remote/
implementation ("org.apache.logging.log4j.samples:flume-remote:2.0-beta4")'org.apache.logging.log4j.samples:flume-remote:war:2.0-beta4'<dependency org="org.apache.logging.log4j.samples" name="flume-remote" rev="2.0-beta4">
  <artifact name="flume-remote" type="war" />
</dependency>@Grapes(
@Grab(group='org.apache.logging.log4j.samples', module='flume-remote', version='2.0-beta4')
)libraryDependencies += "org.apache.logging.log4j.samples" % "flume-remote" % "2.0-beta4"[org.apache.logging.log4j.samples/flume-remote "2.0-beta4"]