组织ID: |
com.beamly.flumeback |
项目ID: |
flumeback-core_2.11 |
版本: |
0.4.0 |
最后修改时间: |
2019-10-29 11:13:10 |
包类型: |
jar |
标题: |
Apache License, Version 2.0 |
描述: |
A Logback appender for Flume |
相关URL: |
https://github.com/beamly/flumeback |
大小: |
7.23KB |
|
Maven引入代码: |
<dependency>
<groupId>com.beamly.flumeback</groupId>
<artifactId>flumeback-core_2.11</artifactId>
<version>0.4.0</version>
</dependency>
|
Gradle引入代码: |
com.beamly.flumeback:flumeback-core_2.11:0.4.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.beamly.flumeback</groupId>
<artifactId>flumeback-core_2.11</artifactId>
<packaging>jar</packaging>
<description>A Logback appender for Flume</description>
<url>https://github.com/beamly/flumeback</url>
<version>0.4.0</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>flumeback-core</name>
<inceptionYear>2014</inceptionYear>
<organization>
<name>com.beamly.flumeback</name>
<url>https://github.com/beamly/flumeback</url>
</organization>
<developers>
<developer>
<id>dwijnand</id>
<name>Dale Wijnand</name>
<url>http://github.com/dwijnand</url>
</developer>
<developer>
<id>lotia</id>
<name>Ali Asad Lotia</name>
<url>http://github.com/lotia</url>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/beamly/flumeback.git</connection>
<developerConnection>scm:git:git@github.com:beamly/flumeback.git</developerConnection>
<url>https://github.com/beamly/flumeback</url>
</scm>
<properties>
<info.apiURL>http://beamly.github.io/flumeback/latest/api/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.7</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-core_2.11</artifactId>
<version>3.2.9</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_2.11</artifactId>
<version>3.2.9</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2_2.11</artifactId>
<version>2.4.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
flumeback.Http.class
flumeback.core.BuildInfo$.class
flumeback.Http$$anonfun$post$1.class
flumeback.core.BuildInfo.class
flumeback.Http$.class
|
依赖Jar: |
scala-library-2.11.7.jar
/org.scala-lang/scala-library/2.11.7
查看scala-library所有版本文件
logback-classic-1.1.3.jar
/ch.qos.logback/logback-classic/1.1.3
查看logback-classic所有版本文件
json4s-core_2.11-3.2.9.jar
/org.json4s/json4s-core_2.11/3.2.9
查看json4s-core_2.11所有版本文件
json4s-native_2.11-3.2.9.jar
/org.json4s/json4s-native_2.11/3.2.9
查看json4s-native_2.11所有版本文件
specs2_2.11-2.4.2.jar
/org.specs2/specs2_2.11/2.4.2
查看specs2_2.11所有版本文件
|