License |
License |
---|---|
GroupId | GroupIdorg.apache.flume |
ArtifactId | ArtifactIdflume-ng-core |
Last Version | Last Version1.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlume NG Core
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
flume-ng-core-1.10.0.pom | |
flume-ng-core-1.10.0.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.flume/flume-ng-core/ -->
<dependency>
<groupId>org.apache.flume</groupId>
<artifactId>flume-ng-core</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flume/flume-ng-core/
implementation 'org.apache.flume:flume-ng-core:1.10.0'
// https://jarcasting.com/artifacts/org.apache.flume/flume-ng-core/
implementation ("org.apache.flume:flume-ng-core:1.10.0")
'org.apache.flume:flume-ng-core:jar:1.10.0'
<dependency org="org.apache.flume" name="flume-ng-core" rev="1.10.0">
<artifact name="flume-ng-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flume', module='flume-ng-core', version='1.10.0')
)
libraryDependencies += "org.apache.flume" % "flume-ng-core" % "1.10.0"
[org.apache.flume/flume-ng-core "1.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.flume : flume-ng-sdk | jar | 1.10.0 |
org.apache.flume : flume-ng-configuration | jar | 1.10.0 |
org.apache.flume : flume-ng-auth | jar | 1.10.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |
com.google.guava : guava | jar | 11.0.2 |
commons-io : commons-io | jar | 2.11.0 |
commons-codec : commons-codec | jar | 1.15 |
com.jcraft : jzlib | jar | 1.1.3 |
commons-cli : commons-cli | jar | 1.5.0 |
commons-lang : commons-lang | jar | 2.6 |
org.apache.avro : avro | jar | 1.11.0 |
org.apache.avro : avro-ipc-netty | jar | 1.11.0 |
io.netty : netty-all | jar | 4.1.72.Final |
joda-time : joda-time | jar | 2.9.9 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.41.v20210516 |
org.eclipse.jetty : jetty-util | jar | 9.4.41.v20210516 |
org.eclipse.jetty : jetty-server | jar | 9.4.41.v20210516 |
org.eclipse.jetty : jetty-jmx | jar | 9.4.41.v20210516 |
com.google.code.gson : gson | jar | 2.2.2 |
org.apache.thrift : libthrift | jar | 0.14.1 |
org.apache.mina : mina-core | jar | 2.1.5 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.flume : flume-ng-sdk | jar | 1.10.0 |
junit : junit | jar | 4.13.2 |
org.easytesting : fest-reflect | jar | 1.4 |
org.apache.logging.log4j : log4j-1.2-api | jar | 2.17.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.httpcomponents : httpcore | jar | 4.4.15 |
org.mockito : mockito-all | jar | 1.9.0 |